Html Css Color HEX #0DFABA Medium Spring Green

📋 copy color: '#0DFABA'

red 13 ◦ green 250 ◦ blue 186

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

Shades of Medium Spring Green #0DFABA

Tints of Medium Spring Green #0DFABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.68%

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 2.9%
G = 55.68%
B = 41.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#0DFABA (or 0x0DFABA) is known color: Medium Spring Green. HEX triplet: 0D, FA and BA. RGB value is (13,250,186). Sum of RGB (Red+Green+Blue) = 13+250+186=449 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFABA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFABA is #F20545. Grayscale: #ABABAB. Windows color (decimal): -15861062 or 12253709. OLE color: 12253709.

HSL color Cylindrical-coordinate representation of color #0DFABA: hue angle of 163.8º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFABA is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 250 186 -
CMYK 0.95 0 0.26 0.02
HSL 163.8º 0.96% 0.52% -
HSV(B) 163.8º 0.95% 0.98% -
XYZ 43.21 72 58.07 -
YUV 171.84 135.98 14.7 -
System Red Green Blue C M Y K H S L
Decimal 13 250 186 0.95 0 0.26 0.02 163.8 0.96 0.52
Hex D FA BA 5F 0 1A 2 A4 60 34
Octal 15 372 272 137 0 32 2 244 140 64
Binary 1101 11111010 10111010 1011111 0 11010 10 10100100 1100000 110100

Color Harmonies of #0DFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFABA

Black with #0DFABA

Text Example


Text Example

White with #0DFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,250,186); }

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

background-color css

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

 a { background-color: rgb(13,250,186); }

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

border-color css

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

 span { border-color: rgb(13,250,186); }

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