#4CAFA4

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

Shades of Puerto Rico #4CAFA4

Tints of Puerto Rico #4CAFA4

Color information

#4CAFA4 (or 0x4CAFA4) is unknown color: approx Puerto Rico. HEX triplet: 4C, AF and A4. RGB value is (76,175,164). Sum of RGB (Red+Green+Blue) = 76+175+164=415 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.31% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAFA4 is #B3505B. Grayscale: #909090. Windows color (decimal): -11751516 or 10792780. OLE color: 10792780.

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

Color convert

RGB76175164-
CMYK0.5700.060.31
HSL173.33º39.44%49.22%-
HSV(B)173.33º56.57%68.63%-
XYZ25.0134.8840.54-
YUV144.15139.279.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.31%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 164 (64.45% from 255) = 39.52%
R=18.31%
G=42.17%
B=39.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761751640.5700.060.31173.3339.4449.22
Hex4CAFA439061Fad2731
Octal1142572447106372554761
Binary1001100101011111010010011100101101111110101101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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