#5EB4A2

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

Shades of Puerto Rico #5EB4A2

Tints of Puerto Rico #5EB4A2

Color information

#5EB4A2 (or 0x5EB4A2) is unknown color: approx Puerto Rico. HEX triplet: 5E, B4 and A2. RGB value is (94,180,162). Sum of RGB (Red+Green+Blue) = 94+180+162=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #5EB4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB4A2 is #A14B5D. Grayscale: #989898. Windows color (decimal): -10570590 or 10663006. OLE color: 10663006.

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

Color convert

RGB94180162-
CMYK0.4800.10.29
HSL167.44º36.44%53.73%-
HSV(B)167.44º47.78%70.59%-
XYZ27.4637.6340-
YUV152.23133.5186.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.56%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 162 (63.67% from 255) = 37.16%
R=21.56%
G=41.28%
B=37.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941801620.4800.10.29167.4436.4453.73
Hex5EB4A2300A1Da72436
Octal13626424260012352474466
Binary10111101011010010100010110000010101110110100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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