Html Css Color HEX #0DEEAE Medium Spring Green

📋 copy color: '#0DEEAE'

red 13 ◦ green 238 ◦ blue 174

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

Shades of Medium Spring Green #0DEEAE

Tints of Medium Spring Green #0DEEAE

RGB

 RED value IS 13 (5.47% from 255) = 3.06%

 GREEN value IS 238 (93.36% from 255) = 56%

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 3.06%
G = 56%
B = 40.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#0DEEAE (or 0x0DEEAE) is known color: Medium Spring Green. HEX triplet: 0D, EE and AE. RGB value is (13,238,174). Sum of RGB (Red+Green+Blue) = 13+238+174=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEEAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEEAE is #F21151. Grayscale: #A3A3A3. Windows color (decimal): -15864146 or 11464205. OLE color: 11464205.

HSL color Cylindrical-coordinate representation of color #0DEEAE: hue angle of 162.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEEAE is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 238 174 -
CMYK 0.95 0 0.27 0.07
HSL 162.93º 0.9% 0.49% -
HSV(B) 162.93º 0.95% 0.93% -
XYZ 38.38 64.29 50.43 -
YUV 163.43 133.96 20.7 -
System Red Green Blue C M Y K H S L
Decimal 13 238 174 0.95 0 0.27 0.07 162.93 0.9 0.49
Hex D EE AE 5F 0 1B 7 A3 5A 31
Octal 15 356 256 137 0 33 7 243 132 61
Binary 1101 11101110 10101110 1011111 0 11011 111 10100011 1011010 110001

Color Harmonies of #0DEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEEAE

Black with #0DEEAE

Text Example


Text Example

White with #0DEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DEEAE; }

 p { color: rgb(13,238,174); }

 H1.HeaderClassName
 {
   color: #0DEEAE;
 }
 .AnyTagClassName
 {
   color: #0DEEAE;
 }
</style>

background-color css

<style>
 a { background-color: #0DEEAE; }

 a { background-color: rgb(13,238,174); }

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

border-color css

<style>
 span { border-color: #0DEEAE; }

 span { border-color: rgb(13,238,174); }

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