Html Css Color HEX #0DEAB8 Medium Spring Green

📋 copy color: '#0DEAB8'

red 13 ◦ green 234 ◦ blue 184

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

Shades of Medium Spring Green #0DEAB8

Tints of Medium Spring Green #0DEAB8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.29%

 BLUE value IS 184 (72.27% from 255) = 42.69%

R = 3.02%
G = 54.29%
B = 42.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#0DEAB8 (or 0x0DEAB8) is known color: Medium Spring Green. HEX triplet: 0D, EA and B8. RGB value is (13,234,184). Sum of RGB (Red+Green+Blue) = 13+234+184=431 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEAB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEAB8 is #F21547. Grayscale: #A2A2A2. Windows color (decimal): -15865160 or 12118541. OLE color: 12118541.

HSL color Cylindrical-coordinate representation of color #0DEAB8: hue angle of 166.43º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEAB8 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 234 184 -
CMYK 0.94 0 0.21 0.08
HSL 166.43º 0.89% 0.48% -
HSV(B) 166.43º 0.94% 0.92% -
XYZ 38.24 62.39 55.37 -
YUV 162.22 140.28 21.57 -
System Red Green Blue C M Y K H S L
Decimal 13 234 184 0.94 0 0.21 0.08 166.43 0.89 0.48
Hex D EA B8 5E 0 15 8 A6 59 30
Octal 15 352 270 136 0 25 10 246 131 60
Binary 1101 11101010 10111000 1011110 0 10101 1000 10100110 1011001 110000

Color Harmonies of #0DEAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEAB8

Black with #0DEAB8

Text Example


Text Example

White with #0DEAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,234,184); }

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

background-color css

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

 a { background-color: rgb(13,234,184); }

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

border-color css

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

 span { border-color: rgb(13,234,184); }

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