#4BBC96

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

Shades of Puerto Rico #4BBC96

Tints of Puerto Rico #4BBC96

Color information

#4BBC96 (or 0x4BBC96) is unknown color: approx Puerto Rico. HEX triplet: 4B, BC and 96. RGB value is (75,188,150). Sum of RGB (Red+Green+Blue) = 75+188+150=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBC96 is #B44369. Grayscale: #959595. Windows color (decimal): -11813738 or 9878603. OLE color: 9878603.

HSL color Cylindrical-coordinate representation of color #4BBC96: hue angle of 159.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC96 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB75188150-
CMYK0.6000.200.26
HSL159.82º45.75%51.57%-
HSV(B)159.82º60.11%73.73%-
XYZ26.3939.6635.12-
YUV149.88128.0674.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.16%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 150 (58.98% from 255) = 36.32%
R=18.16%
G=45.52%
B=36.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751881500.6000.200.26159.8245.7551.57
Hex4BBC963C0141Aa02e34
Octal11327422674024322405664
Binary100101110111100100101101111000101001101010100000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,188,150); }

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

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

 a { background-color: rgb(75,188,150); }

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

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

 span { border-color: rgb(75,188,150); }

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