#4CA99E

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

Shades of Puerto Rico #4CA99E

Tints of Puerto Rico #4CA99E

Color information

#4CA99E (or 0x4CA99E) is unknown color: approx Puerto Rico. HEX triplet: 4C, A9 and 9E. RGB value is (76,169,158). Sum of RGB (Red+Green+Blue) = 76+169+158=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #4CA99E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA99E is #B35661. Grayscale: #8B8B8B. Windows color (decimal): -11753058 or 10398028. OLE color: 10398028.

HSL color Cylindrical-coordinate representation of color #4CA99E: hue angle of 172.9º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA99E is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB76169158-
CMYK0.5500.070.34
HSL172.9º37.96%48.04%-
HSV(B)172.9º55.03%66.27%-
XYZ23.3432.3837.37-
YUV139.94138.1982.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.86%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=18.86%
G=41.94%
B=39.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal761691580.5500.070.34172.937.9648.04
Hex4CA99E370722ad2630
Octal1142512366707422554660
Binary10011001010100110011110110111011110001010101101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,169,158); }

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

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

 a { background-color: rgb(76,169,158); }

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

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

 span { border-color: rgb(76,169,158); }

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