#5DB4AA

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

Shades of Puerto Rico #5DB4AA

Tints of Puerto Rico #5DB4AA

Color information

#5DB4AA (or 0x5DB4AA) is unknown color: approx Puerto Rico. HEX triplet: 5D, B4 and AA. RGB value is (93,180,170). Sum of RGB (Red+Green+Blue) = 93+180+170=443 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.99% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB4AA is #A24B55. Grayscale: #989898. Windows color (decimal): -10636118 or 11187293. OLE color: 11187293.

HSL color Cylindrical-coordinate representation of color #5DB4AA: hue angle of 173.1º 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 #5DB4AA is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB93180170-
CMYK0.4800.060.29
HSL173.1º36.71%53.53%-
HSV(B)173.1º48.33%70.59%-
XYZ28.0937.8743.86-
YUV152.85137.6885.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.99%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=20.99%
G=40.63%
B=38.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal931801700.4800.060.29173.136.7153.53
Hex5DB4AA30061Dad2536
Octal1352642526006352554566
Binary1011101101101001010101011000001101110110101101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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