Html Css Color HEX #0CEBB4 Medium Spring Green

📋 copy color: '#0CEBB4'

red 12 ◦ green 235 ◦ blue 180

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

Shades of Medium Spring Green #0CEBB4

Tints of Medium Spring Green #0CEBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.15%

R = 2.81%
G = 55.04%
B = 42.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#0CEBB4 (or 0x0CEBB4) is known color: Medium Spring Green. HEX triplet: 0C, EB and B4. RGB value is (12,235,180). Sum of RGB (Red+Green+Blue) = 12+235+180=427 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.81% from 427); Green value is 235 (92.19% from 255 or 55.04% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEBB4 is #F3144B. Grayscale: #A2A2A2. Windows color (decimal): -15930444 or 11856652. OLE color: 11856652.

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

Color convert

RGB 12 235 180 -
CMYK 0.95 0 0.23 0.08
HSL 165.2º 0.9% 0.48% -
HSV(B) 165.2º 0.95% 0.92% -
XYZ 38.1 62.79 53.29 -
YUV 162.05 138.12 20.97 -
System Red Green Blue C M Y K H S L
Decimal 12 235 180 0.95 0 0.23 0.08 165.2 0.9 0.48
Hex C EB B4 5F 0 17 8 A5 5A 30
Octal 14 353 264 137 0 27 10 245 132 60
Binary 1100 11101011 10110100 1011111 0 10111 1000 10100101 1011010 110000

Color Harmonies of #0CEBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEBB4

Black with #0CEBB4

Text Example


Text Example

White with #0CEBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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