#225D50

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

Shades of Evening Sea #225D50

Tints of Evening Sea #225D50

Color information

#225D50 (or 0x225D50) is unknown color: approx Evening Sea. HEX triplet: 22, 5D and 50. RGB value is (34,93,80). Sum of RGB (Red+Green+Blue) = 34+93+80=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #225D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D50 is #DDA2AF. Grayscale: #494949. Windows color (decimal): -14525104 or 5266722. OLE color: 5266722.

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

Color convert

RGB349380-
CMYK0.6300.140.64
HSL166.78º46.46%24.9%-
HSV(B)166.78º63.44%36.47%-
XYZ6.028.758.96-
YUV73.88131.4599.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 93 (36.72% from 255) = 44.93%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=16.43%
G=44.93%
B=38.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3493800.6300.140.64166.7846.4624.9
Hex225D503F0E40a72e19
Octal42135120770161002475631
Binary100010101110110100001111110111010000001010011110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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