Html Css Color HEX #0DFABB Medium Spring Green

📋 copy color: '#0DFABB'

red 13 ◦ green 250 ◦ blue 187

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

Shades of Medium Spring Green #0DFABB

Tints of Medium Spring Green #0DFABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.56%

R = 2.89%
G = 55.56%
B = 41.56%

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

#0DFABB (or 0x0DFABB) is known color: Medium Spring Green. HEX triplet: 0D, FA and BB. RGB value is (13,250,187). Sum of RGB (Red+Green+Blue) = 13+250+187=450 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.89% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFABB is #F20544. Grayscale: #ABABAB. Windows color (decimal): -15861061 or 12319245. OLE color: 12319245.

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

Color convert

RGB 13 250 187 -
CMYK 0.95 0 0.25 0.02
HSL 164.05º 0.96% 0.52% -
HSV(B) 164.05º 0.95% 0.98% -
XYZ 43.32 72.04 58.64 -
YUV 171.96 136.48 14.62 -
System Red Green Blue C M Y K H S L
Decimal 13 250 187 0.95 0 0.25 0.02 164.05 0.96 0.52
Hex D FA BB 5F 0 19 2 A4 60 34
Octal 15 372 273 137 0 31 2 244 140 64
Binary 1101 11111010 10111011 1011111 0 11001 10 10100100 1100000 110100

Color Harmonies of #0DFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFABB

Black with #0DFABB

Text Example


Text Example

White with #0DFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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