#5EB5A2

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

Shades of Puerto Rico #5EB5A2

Tints of Puerto Rico #5EB5A2

Color information

#5EB5A2 (or 0x5EB5A2) is unknown color: approx Puerto Rico. HEX triplet: 5E, B5 and A2. RGB value is (94,181,162). Sum of RGB (Red+Green+Blue) = 94+181+162=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #5EB5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB5A2 is #A14A5D. Grayscale: #989898. Windows color (decimal): -10570334 or 10663262. OLE color: 10663262.

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

Color convert

RGB94181162-
CMYK0.4800.100.29
HSL166.9º37.02%53.92%-
HSV(B)166.9º48.07%70.98%-
XYZ27.6638.0440.07-
YUV152.82133.1886.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.51%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 162 (63.67% from 255) = 37.07%
R=21.51%
G=41.42%
B=37.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941811620.4800.100.29166.937.0253.92
Hex5EB5A2300A1Da72536
Octal13626524260012352474566
Binary10111101011010110100010110000010101110110100111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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