Html Css Color HEX #0DFABC Medium Spring Green

📋 copy color: '#0DFABC'

red 13 ◦ green 250 ◦ blue 188

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

Shades of Medium Spring Green #0DFABC

Tints of Medium Spring Green #0DFABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 2.88%
G = 55.43%
B = 41.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#0DFABC (or 0x0DFABC) is known color: Medium Spring Green. HEX triplet: 0D, FA and BC. RGB value is (13,250,188). Sum of RGB (Red+Green+Blue) = 13+250+188=451 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.88% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFABC is #F20543. Grayscale: #ACACAC. Windows color (decimal): -15861060 or 12384781. OLE color: 12384781.

HSL color Cylindrical-coordinate representation of color #0DFABC: hue angle of 164.3º 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 #0DFABC is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 250 188 -
CMYK 0.95 0 0.25 0.02
HSL 164.3º 0.96% 0.52% -
HSV(B) 164.3º 0.95% 0.98% -
XYZ 43.43 72.09 59.2 -
YUV 172.07 136.98 14.54 -
System Red Green Blue C M Y K H S L
Decimal 13 250 188 0.95 0 0.25 0.02 164.3 0.96 0.52
Hex D FA BC 5F 0 19 2 A4 60 34
Octal 15 372 274 137 0 31 2 244 140 64
Binary 1101 11111010 10111100 1011111 0 11001 10 10100100 1100000 110100

Color Harmonies of #0DFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFABC

Black with #0DFABC

Text Example


Text Example

White with #0DFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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