#4DB3AB

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

Shades of Puerto Rico #4DB3AB

Tints of Puerto Rico #4DB3AB

Color information

#4DB3AB (or 0x4DB3AB) is unknown color: approx Puerto Rico. HEX triplet: 4D, B3 and AB. RGB value is (77,179,171). Sum of RGB (Red+Green+Blue) = 77+179+171=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB3AB is #B24C54. Grayscale: #939393. Windows color (decimal): -11684949 or 11252557. OLE color: 11252557.

HSL color Cylindrical-coordinate representation of color #4DB3AB: hue angle of 175.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB3AB is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB77179171-
CMYK0.5700.040.30
HSL175.29º40.16%50.2%-
HSV(B)175.29º56.98%70.2%-
XYZ26.5336.7644.22-
YUV147.59141.2177.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.03%
GREEN value IS 179 (70.31% from 255) = 41.92%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=18.03%
G=41.92%
B=40.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal771791710.5700.040.30175.2940.1650.2
Hex4DB3AB39041Eaf2832
Octal1152632537104362575062
Binary1001101101100111010101111100101001111010101111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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