#5EB6A2

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

Shades of Puerto Rico #5EB6A2

Tints of Puerto Rico #5EB6A2

Color information

#5EB6A2 (or 0x5EB6A2) is unknown color: approx Puerto Rico. HEX triplet: 5E, B6 and A2. RGB value is (94,182,162). Sum of RGB (Red+Green+Blue) = 94+182+162=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #5EB6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB6A2 is #A1495D. Grayscale: #999999. Windows color (decimal): -10570078 or 10663518. OLE color: 10663518.

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

Color convert

RGB94182162-
CMYK0.4800.110.29
HSL166.36º37.61%54.12%-
HSV(B)166.36º48.35%71.37%-
XYZ27.8738.4440.13-
YUV153.41132.8585.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.46%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 162 (63.67% from 255) = 36.99%
R=21.46%
G=41.55%
B=36.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941821620.4800.110.29166.3637.6154.12
Hex5EB6A2300B1Da62636
Octal13626624260013352464666
Binary10111101011011010100010110000010111110110100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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