#5EB9A1

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

Shades of Puerto Rico #5EB9A1

Tints of Puerto Rico #5EB9A1

Color information

#5EB9A1 (or 0x5EB9A1) is unknown color: approx Puerto Rico. HEX triplet: 5E, B9 and A1. RGB value is (94,185,161). Sum of RGB (Red+Green+Blue) = 94+185+161=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #5EB9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB9A1 is #A1465E. Grayscale: #9B9B9B. Windows color (decimal): -10569311 or 10598750. OLE color: 10598750.

HSL color Cylindrical-coordinate representation of color #5EB9A1: hue angle of 164.18º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EB9A1 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB94185161-
CMYK0.4900.130.27
HSL164.18º39.39%54.71%-
HSV(B)164.18º49.19%72.55%-
XYZ28.439.6539.87-
YUV155.06131.3584.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.36%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=21.36%
G=42.05%
B=36.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941851610.4900.130.27164.1839.3954.71
Hex5EB9A1310D1Ba42737
Octal13627124161015332444767
Binary10111101011100110100001110001011011101110100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,185,161); }

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

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

 a { background-color: rgb(94,185,161); }

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

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

 span { border-color: rgb(94,185,161); }

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