#5DADA1

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

Shades of Puerto Rico #5DADA1

Tints of Puerto Rico #5DADA1

Color information

#5DADA1 (or 0x5DADA1) is unknown color: approx Puerto Rico. HEX triplet: 5D, AD and A1. RGB value is (93,173,161). Sum of RGB (Red+Green+Blue) = 93+173+161=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #5DADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DADA1 is #A2525E. Grayscale: #939393. Windows color (decimal): -10637919 or 10595677. OLE color: 10595677.

HSL color Cylindrical-coordinate representation of color #5DADA1: hue angle of 171º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DADA1 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB93173161-
CMYK0.4600.070.32
HSL171º32.79%52.16%-
HSV(B)171º46.24%67.84%-
XYZ25.8934.7939.07-
YUV147.71135.588.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.78%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=21.78%
G=40.52%
B=37.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931731610.4600.070.3217132.7952.16
Hex5DADA12E0720ab2134
Octal1352552415607402534164
Binary10111011010110110100001101110011110000010101011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,173,161); }

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

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

 a { background-color: rgb(93,173,161); }

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

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

 span { border-color: rgb(93,173,161); }

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