#4CB99B

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

Shades of Puerto Rico #4CB99B

Tints of Puerto Rico #4CB99B

Color information

#4CB99B (or 0x4CB99B) is unknown color: approx Puerto Rico. HEX triplet: 4C, B9 and 9B. RGB value is (76,185,155). Sum of RGB (Red+Green+Blue) = 76+185+155=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB99B is #B34664. Grayscale: #959595. Windows color (decimal): -11748965 or 10205516. OLE color: 10205516.

HSL color Cylindrical-coordinate representation of color #4CB99B: hue angle of 163.49º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB99B is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB76185155-
CMYK0.5900.160.27
HSL163.49º43.78%51.18%-
HSV(B)163.49º58.92%72.55%-
XYZ26.2538.637.08-
YUV148.99131.3975.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.27%
GREEN value IS 185 (72.66% from 255) = 44.47%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=18.27%
G=44.47%
B=37.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761851550.5900.160.27163.4943.7851.18
Hex4CB99B3B0101Ba32c33
Octal11427123373020332435463
Binary100110010111001100110111110110100001101110100011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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