Html Css Color HEX #0CEAAC Medium Spring Green

📋 copy color: '#0CEAAC'

red 12 ◦ green 234 ◦ blue 172

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

Shades of Medium Spring Green #0CEAAC

Tints of Medium Spring Green #0CEAAC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.98%

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 2.87%
G = 55.98%
B = 41.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#0CEAAC (or 0x0CEAAC) is known color: Medium Spring Green. HEX triplet: 0C, EA and AC. RGB value is (12,234,172). Sum of RGB (Red+Green+Blue) = 12+234+172=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 234 (91.80% from 255 or 55.98% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEAAC is #F31553. Grayscale: #A0A0A0. Windows color (decimal): -15930708 or 11332108. OLE color: 11332108.

HSL color Cylindrical-coordinate representation of color #0CEAAC: hue angle of 163.24º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEAAC is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 234 172 -
CMYK 0.95 0 0.26 0.08
HSL 163.24º 0.9% 0.48% -
HSV(B) 163.24º 0.95% 0.92% -
XYZ 37.02 61.9 49.03 -
YUV 160.55 134.45 22.04 -
System Red Green Blue C M Y K H S L
Decimal 12 234 172 0.95 0 0.26 0.08 163.24 0.9 0.48
Hex C EA AC 5F 0 1A 8 A3 5A 30
Octal 14 352 254 137 0 32 10 243 132 60
Binary 1100 11101010 10101100 1011111 0 11010 1000 10100011 1011010 110000

Color Harmonies of #0CEAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEAAC

Black with #0CEAAC

Text Example


Text Example

White with #0CEAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,234,172); }

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

background-color css

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

 a { background-color: rgb(12,234,172); }

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

border-color css

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

 span { border-color: rgb(12,234,172); }

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