#225E50

Color #225E50 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #225E50

Tints of Evening Sea #225E50

Color information

#225E50 (or 0x225E50) is unknown color: approx Evening Sea. HEX triplet: 22, 5E and 50. RGB value is (34,94,80). Sum of RGB (Red+Green+Blue) = 34+94+80=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 94 - color contains mainly: green. Hex color #225E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E50 is #DDA1AF. Grayscale: #4A4A4A. Windows color (decimal): -14524848 or 5266978. OLE color: 5266978.

HSL color Cylindrical-coordinate representation of color #225E50: hue angle of 166º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #225E50 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB349480-
CMYK0.6400.150.63
HSL166º46.88%25.1%-
HSV(B)166º63.83%36.86%-
XYZ6.118.928.99-
YUV74.46131.1299.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.35%
GREEN value IS 94 (37.11% from 255) = 45.19%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=16.35%
G=45.19%
B=38.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3494800.6400.150.6316646.8825.1
Hex225E50400F3Fa62f19
Octal42136120100017772465731
Binary100010101111010100001000000011111111111010011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225E50; }

 p { color: rgb(34,94,80); }

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

<style>
 a { background-color: #225E50; }

 a { background-color: rgb(34,94,80); }

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

<style>
 span { border-color: #225E50; }

 span { border-color: rgb(34,94,80); }

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