#4AAFA2

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

Shades of Puerto Rico #4AAFA2

Tints of Puerto Rico #4AAFA2

Color information

#4AAFA2 (or 0x4AAFA2) is unknown color: approx Puerto Rico. HEX triplet: 4A, AF and A2. RGB value is (74,175,162). Sum of RGB (Red+Green+Blue) = 74+175+162=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAFA2 is #B5505D. Grayscale: #8F8F8F. Windows color (decimal): -11882590 or 10661706. OLE color: 10661706.

HSL color Cylindrical-coordinate representation of color #4AAFA2: hue angle of 172.28º 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 #4AAFA2 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB74175162-
CMYK0.5800.070.31
HSL172.28º40.56%48.82%-
HSV(B)172.28º57.71%68.63%-
XYZ24.6834.7239.58-
YUV143.32138.5478.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.00%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 162 (63.67% from 255) = 39.42%
R=18.00%
G=42.58%
B=39.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741751620.5800.070.31172.2840.5648.82
Hex4AAFA23A071Fac2931
Octal1122572427207372545161
Binary1001010101011111010001011101001111111110101100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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