#5EB5A3

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

Shades of Puerto Rico #5EB5A3

Tints of Puerto Rico #5EB5A3

Color information

#5EB5A3 (or 0x5EB5A3) is unknown color: approx Puerto Rico. HEX triplet: 5E, B5 and A3. RGB value is (94,181,163). Sum of RGB (Red+Green+Blue) = 94+181+163=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #5EB5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB5A3 is #A14A5C. Grayscale: #989898. Windows color (decimal): -10570333 or 10728798. OLE color: 10728798.

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

Color convert

RGB94181163-
CMYK0.4800.100.29
HSL167.59º37.02%53.92%-
HSV(B)167.59º48.07%70.98%-
XYZ27.7538.0740.54-
YUV152.94133.6885.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.46%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 163 (64.06% from 255) = 37.21%
R=21.46%
G=41.32%
B=37.21%

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
Decimal941811630.4800.100.29167.5937.0253.92
Hex5EB5A3300A1Da82536
Octal13626524360012352504566
Binary10111101011010110100011110000010101110110101000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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