Html Css Color HEX #0C9676 Free Speech Aquamarine

📋 copy color: '#0C9676'

red 12 ◦ green 150 ◦ blue 118

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

Shades of Free Speech Aquamarine #0C9676

Tints of Free Speech Aquamarine #0C9676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.57%

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 4.29%
G = 53.57%
B = 42.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#0C9676 (or 0x0C9676) is known color: Free Speech Aquamarine. HEX triplet: 0C, 96 and 76. RGB value is (12,150,118). Sum of RGB (Red+Green+Blue) = 12+150+118=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9676 is #F36989. Grayscale: #696969. Windows color (decimal): -15952266 or 7771660. OLE color: 7771660.

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

Color convert

RGB 12 150 118 -
CMYK 0.92 0 0.21 0.41
HSL 166.09º 0.85% 0.32% -
HSV(B) 166.09º 0.92% 0.59% -
XYZ 14.33 23.2 20.86 -
YUV 105.09 135.28 61.6 -
System Red Green Blue C M Y K H S L
Decimal 12 150 118 0.92 0 0.21 0.41 166.09 0.85 0.32
Hex C 96 76 5C 0 15 29 A6 55 20
Octal 14 226 166 134 0 25 51 246 125 40
Binary 1100 10010110 1110110 1011100 0 10101 101001 10100110 1010101 100000

Color Harmonies of #0C9676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9676

Black with #0C9676

Text Example


Text Example

White with #0C9676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,150,118); }

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

background-color css

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

 a { background-color: rgb(12,150,118); }

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

border-color css

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

 span { border-color: rgb(12,150,118); }

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