#4CB998

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

Shades of Puerto Rico #4CB998

Tints of Puerto Rico #4CB998

Color information

#4CB998 (or 0x4CB998) is unknown color: approx Puerto Rico. HEX triplet: 4C, B9 and 98. RGB value is (76,185,152). Sum of RGB (Red+Green+Blue) = 76+185+152=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB998 is #B34667. Grayscale: #949494. Windows color (decimal): -11748968 or 10008908. OLE color: 10008908.

HSL color Cylindrical-coordinate representation of color #4CB998: hue angle of 161.83º 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 #4CB998 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB76185152-
CMYK0.5900.180.27
HSL161.83º43.78%51.18%-
HSV(B)161.83º58.92%72.55%-
XYZ2638.535.77-
YUV148.65129.8976.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.40%
GREEN value IS 185 (72.66% from 255) = 44.79%
BLUE value IS 152 (59.77% from 255) = 36.80%
R=18.40%
G=44.79%
B=36.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761851520.5900.180.27161.8343.7851.18
Hex4CB9983B0121Ba22c33
Octal11427123073022332425463
Binary100110010111001100110001110110100101101110100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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