Html Css Color HEX #0DEAB4 Medium Spring Green

📋 copy color: '#0DEAB4'

red 13 ◦ green 234 ◦ blue 180

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

Shades of Medium Spring Green #0DEAB4

Tints of Medium Spring Green #0DEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.15%

R = 3.04%
G = 54.8%
B = 42.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#0DEAB4 (or 0x0DEAB4) is known color: Medium Spring Green. HEX triplet: 0D, EA and B4. RGB value is (13,234,180). Sum of RGB (Red+Green+Blue) = 13+234+180=427 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 427); Green value is 234 (91.80% from 255 or 54.80% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEAB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEAB4 is #F2154B. Grayscale: #A1A1A1. Windows color (decimal): -15865164 or 11856397. OLE color: 11856397.

HSL color Cylindrical-coordinate representation of color #0DEAB4: hue angle of 165.34º 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 #0DEAB4 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 234 180 -
CMYK 0.94 0 0.23 0.08
HSL 165.34º 0.89% 0.48% -
HSV(B) 165.34º 0.94% 0.92% -
XYZ 37.83 62.23 53.2 -
YUV 161.77 138.28 21.89 -
System Red Green Blue C M Y K H S L
Decimal 13 234 180 0.94 0 0.23 0.08 165.34 0.89 0.48
Hex D EA B4 5E 0 17 8 A5 59 30
Octal 15 352 264 136 0 27 10 245 131 60
Binary 1101 11101010 10110100 1011110 0 10111 1000 10100101 1011001 110000

Color Harmonies of #0DEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEAB4

Black with #0DEAB4

Text Example


Text Example

White with #0DEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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