Html Css Color HEX #0CE5AA Medium Spring Green

📋 copy color: '#0CE5AA'

red 12 ◦ green 229 ◦ blue 170

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

Shades of Medium Spring Green #0CE5AA

Tints of Medium Spring Green #0CE5AA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.72%

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

R = 2.92%
G = 55.72%
B = 41.36%

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

#0CE5AA (or 0x0CE5AA) is known color: Medium Spring Green. HEX triplet: 0C, E5 and AA. RGB value is (12,229,170). Sum of RGB (Red+Green+Blue) = 12+229+170=411 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.92% from 411); Green value is 229 (89.84% from 255 or 55.72% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE5AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE5AA is #F31A55. Grayscale: #9D9D9D. Windows color (decimal): -15931990 or 11199756. OLE color: 11199756.

HSL color Cylindrical-coordinate representation of color #0CE5AA: hue angle of 163.69º 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 #0CE5AA is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 229 170 -
CMYK 0.95 0 0.26 0.10
HSL 163.69º 0.9% 0.47% -
HSV(B) 163.69º 0.95% 0.9% -
XYZ 35.43 59.02 47.55 -
YUV 157.39 135.11 24.3 -
System Red Green Blue C M Y K H S L
Decimal 12 229 170 0.95 0 0.26 0.10 163.69 0.9 0.47
Hex C E5 AA 5F 0 1A A A4 5A 2F
Octal 14 345 252 137 0 32 12 244 132 57
Binary 1100 11100101 10101010 1011111 0 11010 1010 10100100 1011010 101111

Color Harmonies of #0CE5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE5AA

Black with #0CE5AA

Text Example


Text Example

White with #0CE5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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