#4CB29B

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

Shades of Puerto Rico #4CB29B

Tints of Puerto Rico #4CB29B

Color information

#4CB29B (or 0x4CB29B) is unknown color: approx Puerto Rico. HEX triplet: 4C, B2 and 9B. RGB value is (76,178,155). Sum of RGB (Red+Green+Blue) = 76+178+155=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB29B is #B34D64. Grayscale: #909090. Windows color (decimal): -11750757 or 10203724. OLE color: 10203724.

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

Color convert

RGB76178155-
CMYK0.5700.130.30
HSL166.47º40.16%49.8%-
HSV(B)166.47º57.3%69.8%-
XYZ24.8235.7436.6-
YUV144.88133.7178.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.58%
GREEN value IS 178 (69.92% from 255) = 43.52%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=18.58%
G=43.52%
B=37.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761781550.5700.130.30166.4740.1649.8
Hex4CB29B390D1Ea62832
Octal11426223371015362465062
Binary10011001011001010011011111001011011111010100110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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