Html Css Color HEX #0CECBA Medium Spring Green

📋 copy color: '#0CECBA'

red 12 ◦ green 236 ◦ blue 186

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

Shades of Medium Spring Green #0CECBA

Tints of Medium Spring Green #0CECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.38%

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

R = 2.76%
G = 54.38%
B = 42.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#0CECBA (or 0x0CECBA) is known color: Medium Spring Green. HEX triplet: 0C, EC and BA. RGB value is (12,236,186). Sum of RGB (Red+Green+Blue) = 12+236+186=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CECBA is #F31345. Grayscale: #A3A3A3. Windows color (decimal): -15930182 or 12250124. OLE color: 12250124.

HSL color Cylindrical-coordinate representation of color #0CECBA: hue angle of 166.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CECBA is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 236 186 -
CMYK 0.95 0 0.21 0.07
HSL 166.61º 0.9% 0.49% -
HSV(B) 166.61º 0.95% 0.93% -
XYZ 39.01 63.61 56.68 -
YUV 163.32 140.79 20.07 -
System Red Green Blue C M Y K H S L
Decimal 12 236 186 0.95 0 0.21 0.07 166.61 0.9 0.49
Hex C EC BA 5F 0 15 7 A7 5A 31
Octal 14 354 272 137 0 25 7 247 132 61
Binary 1100 11101100 10111010 1011111 0 10101 111 10100111 1011010 110001

Color Harmonies of #0CECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CECBA

Black with #0CECBA

Text Example


Text Example

White with #0CECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,236,186); }

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

background-color css

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

 a { background-color: rgb(12,236,186); }

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

border-color css

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

 span { border-color: rgb(12,236,186); }

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