Html Css Color HEX #0CFABE Medium Spring Green

📋 copy color: '#0CFABE'

red 12 ◦ green 250 ◦ blue 190

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

Shades of Medium Spring Green #0CFABE

Tints of Medium Spring Green #0CFABE

RGB

 RED value IS 12 (5.08% from 255) = 2.65%

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 2.65%
G = 55.31%
B = 42.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#0CFABE (or 0x0CFABE) is known color: Medium Spring Green. HEX triplet: 0C, FA and BE. RGB value is (12,250,190). Sum of RGB (Red+Green+Blue) = 12+250+190=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFABE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFABE is #F30541. Grayscale: #ACACAC. Windows color (decimal): -15926594 or 12515852. OLE color: 12515852.

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

Color convert

RGB 12 250 190 -
CMYK 0.95 0 0.24 0.02
HSL 164.87º 0.96% 0.51% -
HSV(B) 164.87º 0.95% 0.98% -
XYZ 43.63 72.17 60.35 -
YUV 172 138.15 13.88 -
System Red Green Blue C M Y K H S L
Decimal 12 250 190 0.95 0 0.24 0.02 164.87 0.96 0.51
Hex C FA BE 5F 0 18 2 A5 60 33
Octal 14 372 276 137 0 30 2 245 140 63
Binary 1100 11111010 10111110 1011111 0 11000 10 10100101 1100000 110011

Color Harmonies of #0CFABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFABE

Black with #0CFABE

Text Example


Text Example

White with #0CFABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,250,190); }

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

background-color css

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

 a { background-color: rgb(12,250,190); }

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

border-color css

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

 span { border-color: rgb(12,250,190); }

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