#4DBBAB

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

Shades of Puerto Rico #4DBBAB

Tints of Puerto Rico #4DBBAB

Color information

#4DBBAB (or 0x4DBBAB) is unknown color: approx Puerto Rico. HEX triplet: 4D, BB and AB. RGB value is (77,187,171). Sum of RGB (Red+Green+Blue) = 77+187+171=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBBAB is #B24454. Grayscale: #989898. Windows color (decimal): -11682901 or 11254605. OLE color: 11254605.

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

Color convert

RGB77187171-
CMYK0.5900.090.27
HSL171.27º44.72%51.76%-
HSV(B)171.27º58.82%73.33%-
XYZ28.1840.0644.77-
YUV152.29138.5674.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.70%
GREEN value IS 187 (73.44% from 255) = 42.99%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=17.70%
G=42.99%
B=39.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771871710.5900.090.27171.2744.7251.76
Hex4DBBAB3B091Bab2d34
Octal11527325373011332535564
Binary10011011011101110101011111011010011101110101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,187,171); }

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

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

 a { background-color: rgb(77,187,171); }

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

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

 span { border-color: rgb(77,187,171); }

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