#5DB4A9

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

Shades of Puerto Rico #5DB4A9

Tints of Puerto Rico #5DB4A9

Color information

#5DB4A9 (or 0x5DB4A9) is unknown color: approx Puerto Rico. HEX triplet: 5D, B4 and A9. RGB value is (93,180,169). Sum of RGB (Red+Green+Blue) = 93+180+169=442 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.04% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB4A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB4A9 is #A24B56. Grayscale: #989898. Windows color (decimal): -10636119 or 11121757. OLE color: 11121757.

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

Color convert

RGB93180169-
CMYK0.4800.060.29
HSL172.41º36.71%53.53%-
HSV(B)172.41º48.33%70.59%-
XYZ2837.8343.36-
YUV152.73137.1885.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.04%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=21.04%
G=40.72%
B=38.24%

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
Decimal931801690.4800.060.29172.4136.7153.53
Hex5DB4A930061Dac2536
Octal1352642516006352544566
Binary1011101101101001010100111000001101110110101100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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