Html Css Color HEX #225D4F Evening Sea

📋 copy color: '#225D4F'

red 34 ◦ green 93 ◦ blue 79

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

Shades of Evening Sea #225D4F

Tints of Evening Sea #225D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.15%

 BLUE value IS 79 (31.25% from 255) = 38.35%

R = 16.5%
G = 45.15%
B = 38.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#225D4F (or 0x225D4F) is known color: Evening Sea. HEX triplet: 22, 5D and 4F. RGB value is (34,93,79). Sum of RGB (Red+Green+Blue) = 34+93+79=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #225D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D4F is #DDA2B0. Grayscale: #494949. Windows color (decimal): -14525105 or 5201186. OLE color: 5201186.

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

Color convert

RGB 34 93 79 -
CMYK 0.63 0 0.15 0.64
HSL 165.76º 0.46% 0.25% -
HSV(B) 165.76º 0.63% 0.36% -
XYZ 5.99 8.73 8.77 -
YUV 73.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 34 93 79 0.63 0 0.15 0.64 165.76 0.46 0.25
Hex 22 5D 4F 3F 0 F 40 A6 2E 19
Octal 42 135 117 77 0 17 100 246 56 31
Binary 100010 1011101 1001111 111111 0 1111 1000000 10100110 101110 11001

Color Harmonies of #225D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225D4F

Black with #225D4F

Text Example


Text Example

White with #225D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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