#5DBBA9

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

Shades of Puerto Rico #5DBBA9

Tints of Puerto Rico #5DBBA9

Color information

#5DBBA9 (or 0x5DBBA9) is unknown color: approx Puerto Rico. HEX triplet: 5D, BB and A9. RGB value is (93,187,169). Sum of RGB (Red+Green+Blue) = 93+187+169=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBBA9 is #A24456. Grayscale: #9C9C9C. Windows color (decimal): -10634327 or 11123549. OLE color: 11123549.

HSL color Cylindrical-coordinate representation of color #5DBBA9: hue angle of 168.51º degrees, saturation: 0.41, 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 #5DBBA9 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB93187169-
CMYK0.5000.100.27
HSL168.51º40.87%54.9%-
HSV(B)168.51º50.27%73.33%-
XYZ29.4540.7343.85-
YUV156.84134.8682.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.71%
GREEN value IS 187 (73.44% from 255) = 41.65%
BLUE value IS 169 (66.41% from 255) = 37.64%
R=20.71%
G=41.65%
B=37.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931871690.5000.100.27168.5140.8754.9
Hex5DBBA9320A1Ba92937
Octal13527325162012332515167
Binary10111011011101110101001110010010101101110101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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