#4CAFA2

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

Shades of Puerto Rico #4CAFA2

Tints of Puerto Rico #4CAFA2

Color information

#4CAFA2 (or 0x4CAFA2) is unknown color: approx Puerto Rico. HEX triplet: 4C, AF and A2. RGB value is (76,175,162). Sum of RGB (Red+Green+Blue) = 76+175+162=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAFA2 is #B3505D. Grayscale: #8F8F8F. Windows color (decimal): -11751518 or 10661708. OLE color: 10661708.

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

Color convert

RGB76175162-
CMYK0.5700.070.31
HSL172.12º39.44%49.22%-
HSV(B)172.12º56.57%68.63%-
XYZ24.8334.8139.59-
YUV143.92138.279.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.40%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 162 (63.67% from 255) = 39.23%
R=18.40%
G=42.37%
B=39.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761751620.5700.070.31172.1239.4449.22
Hex4CAFA239071Fac2731
Octal1142572427107372544761
Binary1001100101011111010001011100101111111110101100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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