Html Css Color HEX #0C996C Free Speech Aquamarine

📋 copy color: '#0C996C'

red 12 ◦ green 153 ◦ blue 108

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

Shades of Free Speech Aquamarine #0C996C

Tints of Free Speech Aquamarine #0C996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.04%

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 4.4%
G = 56.04%
B = 39.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#0C996C (or 0x0C996C) is known color: Free Speech Aquamarine. HEX triplet: 0C, 99 and 6C. RGB value is (12,153,108). Sum of RGB (Red+Green+Blue) = 12+153+108=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #0C996C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C996C is #F36693. Grayscale: #696969. Windows color (decimal): -15951508 or 7117068. OLE color: 7117068.

HSL color Cylindrical-coordinate representation of color #0C996C: hue angle of 160.85º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C996C is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 153 108 -
CMYK 0.92 0 0.29 0.4
HSL 160.85º 0.85% 0.32% -
HSV(B) 160.85º 0.92% 0.6% -
XYZ 14.25 23.94 18.06 -
YUV 105.71 129.29 61.16 -
System Red Green Blue C M Y K H S L
Decimal 12 153 108 0.92 0 0.29 0.4 160.85 0.85 0.32
Hex C 99 6C 5C 0 1D 28 A1 55 20
Octal 14 231 154 134 0 35 50 241 125 40
Binary 1100 10011001 1101100 1011100 0 11101 101000 10100001 1010101 100000

Color Harmonies of #0C996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C996C

Black with #0C996C

Text Example


Text Example

White with #0C996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,153,108); }

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

background-color css

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

 a { background-color: rgb(12,153,108); }

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

border-color css

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

 span { border-color: rgb(12,153,108); }

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