#4DB5AB

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

Shades of Puerto Rico #4DB5AB

Tints of Puerto Rico #4DB5AB

Color information

#4DB5AB (or 0x4DB5AB) is unknown color: approx Puerto Rico. HEX triplet: 4D, B5 and AB. RGB value is (77,181,171). Sum of RGB (Red+Green+Blue) = 77+181+171=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB5AB is #B24A54. Grayscale: #949494. Windows color (decimal): -11684437 or 11253069. OLE color: 11253069.

HSL color Cylindrical-coordinate representation of color #4DB5AB: hue angle of 174.23º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB5AB is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB77181171-
CMYK0.5700.060.29
HSL174.23º41.27%50.59%-
HSV(B)174.23º57.46%70.98%-
XYZ26.9437.5744.36-
YUV148.76140.5476.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.95%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=17.95%
G=42.19%
B=39.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771811710.5700.060.29174.2341.2750.59
Hex4DB5AB39061Dae2933
Octal1152652537106352565163
Binary1001101101101011010101111100101101110110101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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