#5EBEA2

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

Shades of Puerto Rico #5EBEA2

Tints of Puerto Rico #5EBEA2

Color information

#5EBEA2 (or 0x5EBEA2) is unknown color: approx Puerto Rico. HEX triplet: 5E, BE and A2. RGB value is (94,190,162). Sum of RGB (Red+Green+Blue) = 94+190+162=446 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.08% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBEA2 is #A1415D. Grayscale: #9E9E9E. Windows color (decimal): -10568030 or 10665566. OLE color: 10665566.

HSL color Cylindrical-coordinate representation of color #5EBEA2: hue angle of 162.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBEA2 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB94190162-
CMYK0.5100.150.25
HSL162.5º42.48%55.69%-
HSV(B)162.5º50.53%74.51%-
XYZ29.5541.8240.7-
YUV158.1130.282.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.08%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 162 (63.67% from 255) = 36.32%
R=21.08%
G=42.60%
B=36.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941901620.5100.150.25162.542.4855.69
Hex5EBEA2330F19a22a38
Octal13627624263017312425270
Binary10111101011111010100010110011011111100110100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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