Html Css Color HEX #0CFFBB Medium Spring Green

📋 copy color: '#0CFFBB'

red 12 ◦ green 255 ◦ blue 187

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

Shades of Medium Spring Green #0CFFBB

Tints of Medium Spring Green #0CFFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 56.17%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 2.64%
G = 56.17%
B = 41.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#0CFFBB (or 0x0CFFBB) is known color: Medium Spring Green. HEX triplet: 0C, FF and BB. RGB value is (12,255,187). Sum of RGB (Red+Green+Blue) = 12+255+187=454 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFBB is #F30044. Grayscale: #AEAEAE. Windows color (decimal): -15925317 or 12320524. OLE color: 12320524.

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

Color convert

RGB 12 255 187 -
CMYK 0.95 0 0.27 0
HSL 163.21º 1% 0.52% -
HSV(B) 163.21º 0.95% 1% -
XYZ 44.88 75.19 59.16 -
YUV 174.59 134.99 12.03 -
System Red Green Blue C M Y K H S L
Decimal 12 255 187 0.95 0 0.27 0 163.21 1 0.52
Hex C FF BB 5F 0 1B 0 A3 64 34
Octal 14 377 273 137 0 33 0 243 144 64
Binary 1100 11111111 10111011 1011111 0 11011 0 10100011 1100100 110100

Color Harmonies of #0CFFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFBB

Black with #0CFFBB

Text Example


Text Example

White with #0CFFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,255,187); }

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

background-color css

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

 a { background-color: rgb(12,255,187); }

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

border-color css

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

 span { border-color: rgb(12,255,187); }

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