#4AAFA4

Color #4AAFA4 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4AAFA4

Tints of Puerto Rico #4AAFA4

Color information

#4AAFA4 (or 0x4AAFA4) is unknown color: approx Puerto Rico. HEX triplet: 4A, AF and A4. RGB value is (74,175,164). Sum of RGB (Red+Green+Blue) = 74+175+164=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAFA4 is #B5505B. Grayscale: #8F8F8F. Windows color (decimal): -11882588 or 10792778. OLE color: 10792778.

HSL color Cylindrical-coordinate representation of color #4AAFA4: hue angle of 173.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAFA4 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB74175164-
CMYK0.5800.060.31
HSL173.47º40.56%48.82%-
HSV(B)173.47º57.71%68.63%-
XYZ24.8534.840.53-
YUV143.55139.5478.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 17.92%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 164 (64.45% from 255) = 39.71%
R=17.92%
G=42.37%
B=39.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741751640.5800.060.31173.4740.5648.82
Hex4AAFA43A061Fad2931
Octal1122572447206372555161
Binary1001010101011111010010011101001101111110101101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAFA4; }

 p { color: rgb(74,175,164); }

 H1.HeaderClassName
 {
   color: #4AAFA4;
 }
 .AnyTagClassName
 {
   color: #4AAFA4;
 }
</style>
background-color css

<style>
 a { background-color: #4AAFA4; }

 a { background-color: rgb(74,175,164); }

 div.DivClassName
 {
   background-color: #4AAFA4;
 }
 .BgClassName
 {
   background-color: #4AAFA4;
 }
</style>
border-color css

<style>
 span { border-color: #4AAFA4; }

 span { border-color: rgb(74,175,164); }

 td.TdClassName
 {
   border-color: #4AAFA4;
 }
 .TagClassName
 {
   border-color: #4AAFA4;
 }
</style>