#4CCFA8

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

Shades of Puerto Rico #4CCFA8

Tints of Puerto Rico #4CCFA8

Color information

#4CCFA8 (or 0x4CCFA8) is unknown color: approx Puerto Rico. HEX triplet: 4C, CF and A8. RGB value is (76,207,168). Sum of RGB (Red+Green+Blue) = 76+207+168=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCFA8 is #B33057. Grayscale: #A3A3A3. Windows color (decimal): -11743320 or 11063116. OLE color: 11063116.

HSL color Cylindrical-coordinate representation of color #4CCFA8: hue angle of 162.14º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCFA8 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB76207168-
CMYK0.6300.190.19
HSL162.14º57.71%55.49%-
HSV(B)162.14º63.29%81.18%-
XYZ32.3648.9944.8-
YUV163.38130.665.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.85%
GREEN value IS 207 (81.25% from 255) = 45.90%
BLUE value IS 168 (66.02% from 255) = 37.25%
R=16.85%
G=45.90%
B=37.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal762071680.6300.190.19162.1457.7155.49
Hex4CCFA83F01313a23a37
Octal11431725077023232427267
Binary100110011001111101010001111110100111001110100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,207,168); }

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

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

 a { background-color: rgb(76,207,168); }

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

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

 span { border-color: rgb(76,207,168); }

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