Html Css Color HEX #0CFBBF Medium Spring Green

📋 copy color: '#0CFBBF'

red 12 ◦ green 251 ◦ blue 191

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

Shades of Medium Spring Green #0CFBBF

Tints of Medium Spring Green #0CFBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 2.64%
G = 55.29%
B = 42.07%

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

#0CFBBF (or 0x0CFBBF) is known color: Medium Spring Green. HEX triplet: 0C, FB and BF. RGB value is (12,251,191). Sum of RGB (Red+Green+Blue) = 12+251+191=454 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBBF is #F30440. Grayscale: #ACACAC. Windows color (decimal): -15926337 or 12581644. OLE color: 12581644.

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

Color convert

RGB 12 251 191 -
CMYK 0.95 0 0.24 0.02
HSL 164.94º 0.97% 0.52% -
HSV(B) 164.94º 0.95% 0.98% -
XYZ 44.05 72.83 61.03 -
YUV 172.7 138.32 13.38 -
System Red Green Blue C M Y K H S L
Decimal 12 251 191 0.95 0 0.24 0.02 164.94 0.97 0.52
Hex C FB BF 5F 0 18 2 A5 61 34
Octal 14 373 277 137 0 30 2 245 141 64
Binary 1100 11111011 10111111 1011111 0 11000 10 10100101 1100001 110100

Color Harmonies of #0CFBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFBBF

Black with #0CFBBF

Text Example


Text Example

White with #0CFBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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