Html Css Color HEX #0CE6AF Medium Spring Green

📋 copy color: '#0CE6AF'

red 12 ◦ green 230 ◦ blue 175

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

Shades of Medium Spring Green #0CE6AF

Tints of Medium Spring Green #0CE6AF

RGB

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

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

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

R = 2.88%
G = 55.16%
B = 41.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#0CE6AF (or 0x0CE6AF) is known color: Medium Spring Green. HEX triplet: 0C, E6 and AF. RGB value is (12,230,175). Sum of RGB (Red+Green+Blue) = 12+230+175=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 230 (90.23% from 255 or 55.16% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE6AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE6AF is #F31950. Grayscale: #9E9E9E. Windows color (decimal): -15931729 or 11527692. OLE color: 11527692.

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

Color convert

RGB 12 230 175 -
CMYK 0.95 0 0.24 0.10
HSL 164.86º 0.9% 0.47% -
HSV(B) 164.86º 0.95% 0.9% -
XYZ 36.19 59.77 50.19 -
YUV 158.55 137.28 23.47 -
System Red Green Blue C M Y K H S L
Decimal 12 230 175 0.95 0 0.24 0.10 164.86 0.9 0.47
Hex C E6 AF 5F 0 18 A A5 5A 2F
Octal 14 346 257 137 0 30 12 245 132 57
Binary 1100 11100110 10101111 1011111 0 11000 1010 10100101 1011010 101111

Color Harmonies of #0CE6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE6AF

Black with #0CE6AF

Text Example


Text Example

White with #0CE6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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