#4CAFA0

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

Shades of Puerto Rico #4CAFA0

Tints of Puerto Rico #4CAFA0

Color information

#4CAFA0 (or 0x4CAFA0) is unknown color: approx Puerto Rico. HEX triplet: 4C, AF and A0. RGB value is (76,175,160). Sum of RGB (Red+Green+Blue) = 76+175+160=411 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.49% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAFA0 is #B3505F. Grayscale: #8F8F8F. Windows color (decimal): -11751520 or 10530636. OLE color: 10530636.

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

Color convert

RGB76175160-
CMYK0.5700.090.31
HSL170.91º39.44%49.22%-
HSV(B)170.91º56.57%68.63%-
XYZ24.6634.7338.66-
YUV143.69137.279.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.49%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 160 (62.89% from 255) = 38.93%
R=18.49%
G=42.58%
B=38.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761751600.5700.090.31170.9139.4449.22
Hex4CAFA039091Fab2731
Octal11425724071011372534761
Binary10011001010111110100000111001010011111110101011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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