Html Css Color HEX #0CEAAF Medium Spring Green

📋 copy color: '#0CEAAF'

red 12 ◦ green 234 ◦ blue 175

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

Shades of Medium Spring Green #0CEAAF

Tints of Medium Spring Green #0CEAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 2.85%
G = 55.58%
B = 41.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#0CEAAF (or 0x0CEAAF) is known color: Medium Spring Green. HEX triplet: 0C, EA and AF. RGB value is (12,234,175). Sum of RGB (Red+Green+Blue) = 12+234+175=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 234 (91.80% from 255 or 55.58% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEAAF is #F31550. Grayscale: #A0A0A0. Windows color (decimal): -15930705 or 11528716. OLE color: 11528716.

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

Color convert

RGB 12 234 175 -
CMYK 0.95 0 0.25 0.08
HSL 164.05º 0.9% 0.48% -
HSV(B) 164.05º 0.95% 0.92% -
XYZ 37.31 62.02 50.56 -
YUV 160.9 135.95 21.8 -
System Red Green Blue C M Y K H S L
Decimal 12 234 175 0.95 0 0.25 0.08 164.05 0.9 0.48
Hex C EA AF 5F 0 19 8 A4 5A 30
Octal 14 352 257 137 0 31 10 244 132 60
Binary 1100 11101010 10101111 1011111 0 11001 1000 10100100 1011010 110000

Color Harmonies of #0CEAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEAAF

Black with #0CEAAF

Text Example


Text Example

White with #0CEAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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