#5EB0A1

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

Shades of Puerto Rico #5EB0A1

Tints of Puerto Rico #5EB0A1

Color information

#5EB0A1 (or 0x5EB0A1) is unknown color: approx Puerto Rico. HEX triplet: 5E, B0 and A1. RGB value is (94,176,161). Sum of RGB (Red+Green+Blue) = 94+176+161=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #5EB0A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EB0A1 is #A14F5E. Grayscale: #959595. Windows color (decimal): -10571615 or 10596446. OLE color: 10596446.

HSL color Cylindrical-coordinate representation of color #5EB0A1: hue angle of 169.02º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EB0A1 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB94176161-
CMYK0.4700.090.31
HSL169.02º34.17%52.94%-
HSV(B)169.02º46.59%69.02%-
XYZ26.573639.27-
YUV149.77134.3388.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.81%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=21.81%
G=40.84%
B=37.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941761610.4700.090.31169.0234.1752.94
Hex5EB0A12F091Fa92235
Octal13626024157011372514265
Binary10111101011000010100001101111010011111110101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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