#4BBCA9

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

Shades of Puerto Rico #4BBCA9

Tints of Puerto Rico #4BBCA9

Color information

#4BBCA9 (or 0x4BBCA9) is unknown color: approx Puerto Rico. HEX triplet: 4B, BC and A9. RGB value is (75,188,169). Sum of RGB (Red+Green+Blue) = 75+188+169=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBCA9 is #B44356. Grayscale: #989898. Windows color (decimal): -11813719 or 11123787. OLE color: 11123787.

HSL color Cylindrical-coordinate representation of color #4BBCA9: hue angle of 169.91º 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 #4BBCA9 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB75188169-
CMYK0.6000.100.26
HSL169.91º45.75%51.57%-
HSV(B)169.91º60.11%73.73%-
XYZ28.0540.3343.84-
YUV152.05137.5673.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.36%
GREEN value IS 188 (73.83% from 255) = 43.52%
BLUE value IS 169 (66.41% from 255) = 39.12%
R=17.36%
G=43.52%
B=39.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751881690.6000.100.26169.9145.7551.57
Hex4BBCA93C0A1Aaa2e34
Octal11327425174012322525664
Binary10010111011110010101001111100010101101010101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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