Html Css Color HEX #0CEBB3 Medium Spring Green

📋 copy color: '#0CEBB3'

red 12 ◦ green 235 ◦ blue 179

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

Shades of Medium Spring Green #0CEBB3

Tints of Medium Spring Green #0CEBB3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.16%

 BLUE value IS 179 (70.31% from 255) = 42.02%

R = 2.82%
G = 55.16%
B = 42.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#0CEBB3 (or 0x0CEBB3) is known color: Medium Spring Green. HEX triplet: 0C, EB and B3. RGB value is (12,235,179). Sum of RGB (Red+Green+Blue) = 12+235+179=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 235 (92.19% from 255 or 55.16% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBB3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEBB3 is #F3144C. Grayscale: #A1A1A1. Windows color (decimal): -15930445 or 11791116. OLE color: 11791116.

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

Color convert

RGB 12 235 179 -
CMYK 0.95 0 0.24 0.08
HSL 164.93º 0.9% 0.48% -
HSV(B) 164.93º 0.95% 0.92% -
XYZ 38 62.75 52.76 -
YUV 161.94 137.62 21.05 -
System Red Green Blue C M Y K H S L
Decimal 12 235 179 0.95 0 0.24 0.08 164.93 0.9 0.48
Hex C EB B3 5F 0 18 8 A5 5A 30
Octal 14 353 263 137 0 30 10 245 132 60
Binary 1100 11101011 10110011 1011111 0 11000 1000 10100101 1011010 110000

Color Harmonies of #0CEBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEBB3

Black with #0CEBB3

Text Example


Text Example

White with #0CEBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,235,179); }

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

background-color css

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

 a { background-color: rgb(12,235,179); }

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

border-color css

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

 span { border-color: rgb(12,235,179); }

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