Html Css Color HEX #0DFBBA Medium Spring Green

📋 copy color: '#0DFBBA'

red 13 ◦ green 251 ◦ blue 186

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

Shades of Medium Spring Green #0DFBBA

Tints of Medium Spring Green #0DFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 55.78%

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

R = 2.89%
G = 55.78%
B = 41.33%

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

#0DFBBA (or 0x0DFBBA) is known color: Medium Spring Green. HEX triplet: 0D, FB and BA. RGB value is (13,251,186). Sum of RGB (Red+Green+Blue) = 13+251+186=450 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.89% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFBBA is #F20445. Grayscale: #ACACAC. Windows color (decimal): -15860806 or 12253965. OLE color: 12253965.

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

Color convert

RGB 13 251 186 -
CMYK 0.95 0 0.26 0.02
HSL 163.61º 0.97% 0.52% -
HSV(B) 163.61º 0.95% 0.98% -
XYZ 43.53 72.63 58.18 -
YUV 172.43 135.65 14.29 -
System Red Green Blue C M Y K H S L
Decimal 13 251 186 0.95 0 0.26 0.02 163.61 0.97 0.52
Hex D FB BA 5F 0 1A 2 A4 61 34
Octal 15 373 272 137 0 32 2 244 141 64
Binary 1101 11111011 10111010 1011111 0 11010 10 10100100 1100001 110100

Color Harmonies of #0DFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFBBA

Black with #0DFBBA

Text Example


Text Example

White with #0DFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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