#4CB29C

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

Shades of Puerto Rico #4CB29C

Tints of Puerto Rico #4CB29C

Color information

#4CB29C (or 0x4CB29C) is unknown color: approx Puerto Rico. HEX triplet: 4C, B2 and 9C. RGB value is (76,178,156). Sum of RGB (Red+Green+Blue) = 76+178+156=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB29C is #B34D63. Grayscale: #909090. Windows color (decimal): -11750756 or 10269260. OLE color: 10269260.

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

Color convert

RGB76178156-
CMYK0.5700.120.30
HSL167.06º40.16%49.8%-
HSV(B)167.06º57.3%69.8%-
XYZ24.935.7837.05-
YUV144.99134.2178.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.54%
GREEN value IS 178 (69.92% from 255) = 43.41%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=18.54%
G=43.41%
B=38.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761781560.5700.120.30167.0640.1649.8
Hex4CB29C390C1Ea72832
Octal11426223471014362475062
Binary10011001011001010011100111001011001111010100111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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