#5DB4AB

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

Shades of Puerto Rico #5DB4AB

Tints of Puerto Rico #5DB4AB

Color information

#5DB4AB (or 0x5DB4AB) is unknown color: approx Puerto Rico. HEX triplet: 5D, B4 and AB. RGB value is (93,180,171). Sum of RGB (Red+Green+Blue) = 93+180+171=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB4AB is #A24B54. Grayscale: #989898. Windows color (decimal): -10636117 or 11252829. OLE color: 11252829.

HSL color Cylindrical-coordinate representation of color #5DB4AB: hue angle of 173.79º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB4AB is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB93180171-
CMYK0.4800.050.29
HSL173.79º36.71%53.53%-
HSV(B)173.79º48.33%70.59%-
XYZ28.1937.9144.36-
YUV152.96138.1885.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.95%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=20.95%
G=40.54%
B=38.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal931801710.4800.050.29173.7936.7153.53
Hex5DB4AB30051Dae2536
Octal1352642536005352564566
Binary1011101101101001010101111000001011110110101110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DB4AB; }

 p { color: rgb(93,180,171); }

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

<style>
 a { background-color: #5DB4AB; }

 a { background-color: rgb(93,180,171); }

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

<style>
 span { border-color: #5DB4AB; }

 span { border-color: rgb(93,180,171); }

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