Html Css Color HEX #225C58 Eden

📋 copy color: '#225C58'

red 34 ◦ green 92 ◦ blue 88

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

Shades of Eden #225C58

Tints of Eden #225C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 15.89%
G = 42.99%
B = 41.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#225C58 (or 0x225C58) is known color: Eden. HEX triplet: 22, 5C and 58. RGB value is (34,92,88). Sum of RGB (Red+Green+Blue) = 34+92+88=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #225C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C58 is #DDA3A7. Grayscale: #4A4A4A. Windows color (decimal): -14525352 or 5790754. OLE color: 5790754.

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

Color convert

RGB 34 92 88 -
CMYK 0.63 0 0.04 0.64
HSL 175.86º 0.46% 0.25% -
HSV(B) 175.86º 0.63% 0.36% -
XYZ 6.25 8.7 10.58 -
YUV 74.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 34 92 88 0.63 0 0.04 0.64 175.86 0.46 0.25
Hex 22 5C 58 3F 0 4 40 B0 2E 19
Octal 42 134 130 77 0 4 100 260 56 31
Binary 100010 1011100 1011000 111111 0 100 1000000 10110000 101110 11001

Color Harmonies of #225C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225C58

Black with #225C58

Text Example


Text Example

White with #225C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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