#5EB5AD

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

Shades of Puerto Rico #5EB5AD

Tints of Puerto Rico #5EB5AD

Color information

#5EB5AD (or 0x5EB5AD) is unknown color: approx Puerto Rico. HEX triplet: 5E, B5 and AD. RGB value is (94,181,173). Sum of RGB (Red+Green+Blue) = 94+181+173=448 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.98% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #5EB5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB5AD is #A14A52. Grayscale: #9A9A9A. Windows color (decimal): -10570323 or 11384158. OLE color: 11384158.

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

Color convert

RGB94181173-
CMYK0.4800.040.29
HSL174.48º37.02%53.92%-
HSV(B)174.48º48.07%70.98%-
XYZ28.6838.4445.44-
YUV154.08138.6885.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.98%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=20.98%
G=40.40%
B=38.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941811730.4800.040.29174.4837.0253.92
Hex5EB5AD30041Dae2536
Octal1362652556004352564566
Binary1011110101101011010110111000001001110110101110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,181,173); }

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

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

 a { background-color: rgb(94,181,173); }

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

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

 span { border-color: rgb(94,181,173); }

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