Html Css Color HEX #0CEAB7 Medium Spring Green

📋 copy color: '#0CEAB7'

red 12 ◦ green 234 ◦ blue 183

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

Shades of Medium Spring Green #0CEAB7

Tints of Medium Spring Green #0CEAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.66%

R = 2.8%
G = 54.55%
B = 42.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#0CEAB7 (or 0x0CEAB7) is known color: Medium Spring Green. HEX triplet: 0C, EA and B7. RGB value is (12,234,183). Sum of RGB (Red+Green+Blue) = 12+234+183=429 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAB7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEAB7 is #F31548. Grayscale: #A1A1A1. Windows color (decimal): -15930697 or 12053004. OLE color: 12053004.

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

Color convert

RGB 12 234 183 -
CMYK 0.95 0 0.22 0.08
HSL 166.22º 0.9% 0.48% -
HSV(B) 166.22º 0.95% 0.92% -
XYZ 38.12 62.34 54.82 -
YUV 161.81 139.95 21.15 -
System Red Green Blue C M Y K H S L
Decimal 12 234 183 0.95 0 0.22 0.08 166.22 0.9 0.48
Hex C EA B7 5F 0 16 8 A6 5A 30
Octal 14 352 267 137 0 26 10 246 132 60
Binary 1100 11101010 10110111 1011111 0 10110 1000 10100110 1011010 110000

Color Harmonies of #0CEAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEAB7

Black with #0CEAB7

Text Example


Text Example

White with #0CEAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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