Html Css Color HEX #12FDBD Medium Spring Green

📋 copy color: '#12FDBD'

red 18 ◦ green 253 ◦ blue 189

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

Shades of Medium Spring Green #12FDBD

Tints of Medium Spring Green #12FDBD

RGB

 RED value IS 18 (7.42% from 255) = 3.91%

 GREEN value IS 253 (99.22% from 255) = 55%

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 3.91%
G = 55%
B = 41.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#12FDBD (or 0x12FDBD) is known color: Medium Spring Green. HEX triplet: 12, FD and BD. RGB value is (18,253,189). Sum of RGB (Red+Green+Blue) = 18+253+189=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FDBD is #ED0242. Grayscale: #AFAFAF. Windows color (decimal): -15532611 or 12451090. OLE color: 12451090.

HSL color Cylindrical-coordinate representation of color #12FDBD: hue angle of 163.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FDBD is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 253 189 -
CMYK 0.93 0 0.25 0.01
HSL 163.66º 0.98% 0.53% -
HSV(B) 163.66º 0.93% 0.99% -
XYZ 44.56 74.05 60.09 -
YUV 175.44 135.64 15.7 -
System Red Green Blue C M Y K H S L
Decimal 18 253 189 0.93 0 0.25 0.01 163.66 0.98 0.53
Hex 12 FD BD 5D 0 19 1 A4 62 35
Octal 22 375 275 135 0 31 1 244 142 65
Binary 10010 11111101 10111101 1011101 0 11001 1 10100100 1100010 110101

Color Harmonies of #12FDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FDBD

Black with #12FDBD

Text Example


Text Example

White with #12FDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12FDBD; }

 p { color: rgb(18,253,189); }

 H1.HeaderClassName
 {
   color: #12FDBD;
 }
 .AnyTagClassName
 {
   color: #12FDBD;
 }
</style>

background-color css

<style>
 a { background-color: #12FDBD; }

 a { background-color: rgb(18,253,189); }

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

border-color css

<style>
 span { border-color: #12FDBD; }

 span { border-color: rgb(18,253,189); }

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