Html Css Color HEX #0CFBBE Medium Spring Green

📋 copy color: '#0CFBBE'

red 12 ◦ green 251 ◦ blue 190

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

Shades of Medium Spring Green #0CFBBE

Tints of Medium Spring Green #0CFBBE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 55.41%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 2.65%
G = 55.41%
B = 41.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#0CFBBE (or 0x0CFBBE) is known color: Medium Spring Green. HEX triplet: 0C, FB and BE. RGB value is (12,251,190). Sum of RGB (Red+Green+Blue) = 12+251+190=453 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 453); Green value is 251 (98.44% from 255 or 55.41% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBBE is #F30441. Grayscale: #ACACAC. Windows color (decimal): -15926338 or 12516108. OLE color: 12516108.

HSL color Cylindrical-coordinate representation of color #0CFBBE: hue angle of 164.69º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBBE is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 251 190 -
CMYK 0.95 0 0.24 0.02
HSL 164.69º 0.97% 0.52% -
HSV(B) 164.69º 0.95% 0.98% -
XYZ 43.94 72.79 60.45 -
YUV 172.59 137.82 13.46 -
System Red Green Blue C M Y K H S L
Decimal 12 251 190 0.95 0 0.24 0.02 164.69 0.97 0.52
Hex C FB BE 5F 0 18 2 A5 61 34
Octal 14 373 276 137 0 30 2 245 141 64
Binary 1100 11111011 10111110 1011111 0 11000 10 10100101 1100001 110100

Color Harmonies of #0CFBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFBBE

Black with #0CFBBE

Text Example


Text Example

White with #0CFBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,251,190); }

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

background-color css

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

 a { background-color: rgb(12,251,190); }

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

border-color css

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

 span { border-color: rgb(12,251,190); }

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