Html Css Color HEX #0CFBB8 Medium Spring Green

📋 copy color: '#0CFBB8'

red 12 ◦ green 251 ◦ blue 184

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

Shades of Medium Spring Green #0CFBB8

Tints of Medium Spring Green #0CFBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.16%

R = 2.68%
G = 56.15%
B = 41.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#0CFBB8 (or 0x0CFBB8) is known color: Medium Spring Green. HEX triplet: 0C, FB and B8. RGB value is (12,251,184). Sum of RGB (Red+Green+Blue) = 12+251+184=447 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBB8 is #F30447. Grayscale: #ABABAB. Windows color (decimal): -15926344 or 12122892. OLE color: 12122892.

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

Color convert

RGB 12 251 184 -
CMYK 0.95 0 0.27 0.02
HSL 163.18º 0.97% 0.52% -
HSV(B) 163.18º 0.95% 0.98% -
XYZ 43.3 72.53 57.07 -
YUV 171.9 134.82 13.95 -
System Red Green Blue C M Y K H S L
Decimal 12 251 184 0.95 0 0.27 0.02 163.18 0.97 0.52
Hex C FB B8 5F 0 1B 2 A3 61 34
Octal 14 373 270 137 0 33 2 243 141 64
Binary 1100 11111011 10111000 1011111 0 11011 10 10100011 1100001 110100

Color Harmonies of #0CFBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFBB8

Black with #0CFBB8

Text Example


Text Example

White with #0CFBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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