#4CB19C

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

Shades of Puerto Rico #4CB19C

Tints of Puerto Rico #4CB19C

Color information

#4CB19C (or 0x4CB19C) is unknown color: approx Puerto Rico. HEX triplet: 4C, B1 and 9C. RGB value is (76,177,156). Sum of RGB (Red+Green+Blue) = 76+177+156=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB19C is #B34E63. Grayscale: #909090. Windows color (decimal): -11751012 or 10269004. OLE color: 10269004.

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

Color convert

RGB76177156-
CMYK0.5700.120.31
HSL167.52º39.92%49.61%-
HSV(B)167.52º57.06%69.41%-
XYZ24.735.3836.98-
YUV144.41134.5479.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.58%
GREEN value IS 177 (69.53% from 255) = 43.28%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=18.58%
G=43.28%
B=38.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761771560.5700.120.31167.5239.9249.61
Hex4CB19C390C1Fa82832
Octal11426123471014372505062
Binary10011001011000110011100111001011001111110101000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,177,156); }

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

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

 a { background-color: rgb(76,177,156); }

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

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

 span { border-color: rgb(76,177,156); }

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