#5DB9AD

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

Shades of Puerto Rico #5DB9AD

Tints of Puerto Rico #5DB9AD

Color information

#5DB9AD (or 0x5DB9AD) is unknown color: approx Puerto Rico. HEX triplet: 5D, B9 and AD. RGB value is (93,185,173). Sum of RGB (Red+Green+Blue) = 93+185+173=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB9AD is #A24652. Grayscale: #9C9C9C. Windows color (decimal): -10634835 or 11385181. OLE color: 11385181.

HSL color Cylindrical-coordinate representation of color #5DB9AD: hue angle of 172.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB9AD is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB93185173-
CMYK0.5000.060.27
HSL172.17º39.66%54.51%-
HSV(B)172.17º49.73%72.55%-
XYZ29.4140.0445.71-
YUV156.12137.5282.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.62%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=20.62%
G=41.02%
B=38.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931851730.5000.060.27172.1739.6654.51
Hex5DB9AD32061Bac2837
Octal1352712556206332545067
Binary1011101101110011010110111001001101101110101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,185,173); }

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

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

 a { background-color: rgb(93,185,173); }

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

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

 span { border-color: rgb(93,185,173); }

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