#5DB8AB

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

Shades of Puerto Rico #5DB8AB

Tints of Puerto Rico #5DB8AB

Color information

#5DB8AB (or 0x5DB8AB) is unknown color: approx Puerto Rico. HEX triplet: 5D, B8 and AB. RGB value is (93,184,171). Sum of RGB (Red+Green+Blue) = 93+184+171=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB8AB is #A24754. Grayscale: #9B9B9B. Windows color (decimal): -10635093 or 11253853. OLE color: 11253853.

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

Color convert

RGB93184171-
CMYK0.4900.070.28
HSL171.43º39.06%54.31%-
HSV(B)171.43º49.46%72.16%-
XYZ29.0139.5544.63-
YUV155.31136.8583.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.76%
GREEN value IS 184 (72.27% from 255) = 41.07%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=20.76%
G=41.07%
B=38.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal931841710.4900.070.28171.4339.0654.31
Hex5DB8AB31071Cab2736
Octal1352702536107342534766
Binary1011101101110001010101111000101111110010101011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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