Html Css Color HEX #0CE6AA Medium Spring Green

📋 copy color: '#0CE6AA'

red 12 ◦ green 230 ◦ blue 170

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

Shades of Medium Spring Green #0CE6AA

Tints of Medium Spring Green #0CE6AA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.83%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 2.91%
G = 55.83%
B = 41.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#0CE6AA (or 0x0CE6AA) is known color: Medium Spring Green. HEX triplet: 0C, E6 and AA. RGB value is (12,230,170). Sum of RGB (Red+Green+Blue) = 12+230+170=412 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 412); Green value is 230 (90.23% from 255 or 55.83% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE6AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE6AA is #F31955. Grayscale: #9D9D9D. Windows color (decimal): -15931734 or 11200012. OLE color: 11200012.

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

Color convert

RGB 12 230 170 -
CMYK 0.95 0 0.26 0.10
HSL 163.49º 0.9% 0.47% -
HSV(B) 163.49º 0.95% 0.9% -
XYZ 35.7 59.57 47.65 -
YUV 157.98 134.78 23.88 -
System Red Green Blue C M Y K H S L
Decimal 12 230 170 0.95 0 0.26 0.10 163.49 0.9 0.47
Hex C E6 AA 5F 0 1A A A3 5A 2F
Octal 14 346 252 137 0 32 12 243 132 57
Binary 1100 11100110 10101010 1011111 0 11010 1010 10100011 1011010 101111

Color Harmonies of #0CE6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE6AA

Black with #0CE6AA

Text Example


Text Example

White with #0CE6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,230,170); }

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

background-color css

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

 a { background-color: rgb(12,230,170); }

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

border-color css

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

 span { border-color: rgb(12,230,170); }

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