#5DB5A8

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

Shades of Puerto Rico #5DB5A8

Tints of Puerto Rico #5DB5A8

Color information

#5DB5A8 (or 0x5DB5A8) is unknown color: approx Puerto Rico. HEX triplet: 5D, B5 and A8. RGB value is (93,181,168). Sum of RGB (Red+Green+Blue) = 93+181+168=442 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.04% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB5A8 is #A24A57. Grayscale: #999999. Windows color (decimal): -10635864 or 11056477. OLE color: 11056477.

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

Color convert

RGB93181168-
CMYK0.4900.070.29
HSL171.14º37.29%53.73%-
HSV(B)171.14º48.62%70.98%-
XYZ28.1138.242.94-
YUV153.21136.3585.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.04%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 168 (66.02% from 255) = 38.01%
R=21.04%
G=40.95%
B=38.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal931811680.4900.070.29171.1437.2953.73
Hex5DB5A831071Dab2536
Octal1352652506107352534566
Binary1011101101101011010100011000101111110110101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,181,168); }

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

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

 a { background-color: rgb(93,181,168); }

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

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

 span { border-color: rgb(93,181,168); }

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