Html Css Color HEX #225C55 Eden

📋 copy color: '#225C55'

red 34 ◦ green 92 ◦ blue 85

#225C55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #225C55

Tints of Eden #225C55

RGB

 RED value IS 34 (13.67% from 255) = 16.11%

 GREEN value IS 92 (36.33% from 255) = 43.6%

 BLUE value IS 85 (33.59% from 255) = 40.28%

R = 16.11%
G = 43.6%
B = 40.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#225C55 (or 0x225C55) is known color: Eden. HEX triplet: 22, 5C and 55. RGB value is (34,92,85). Sum of RGB (Red+Green+Blue) = 34+92+85=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #225C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C55 is #DDA3AA. Grayscale: #494949. Windows color (decimal): -14525355 or 5594146. OLE color: 5594146.

HSL color Cylindrical-coordinate representation of color #225C55: hue angle of 172.76º 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 #225C55 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 92 85 -
CMYK 0.63 0 0.08 0.64
HSL 172.76º 0.46% 0.25% -
HSV(B) 172.76º 0.63% 0.36% -
XYZ 6.13 8.65 9.94 -
YUV 73.86 134.28 99.57 -
System Red Green Blue C M Y K H S L
Decimal 34 92 85 0.63 0 0.08 0.64 172.76 0.46 0.25
Hex 22 5C 55 3F 0 8 40 AD 2E 19
Octal 42 134 125 77 0 10 100 255 56 31
Binary 100010 1011100 1010101 111111 0 1000 1000000 10101101 101110 11001

Color Harmonies of #225C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225C55

Black with #225C55

Text Example


Text Example

White with #225C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,92,85); }

 H1.HeaderClassName
 {
   color: #225C55;
 }
 .AnyTagClassName
 {
   color: #225C55;
 }
</style>

background-color css

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

 a { background-color: rgb(34,92,85); }

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

border-color css

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

 span { border-color: rgb(34,92,85); }

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