#0C996E

Color #0C996E Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #0C996E

Tints of Free Speech Aquamarine #0C996E

Color information

#0C996E (or 0x0C996E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 99 and 6E. RGB value is (12,153,110). Sum of RGB (Red+Green+Blue) = 12+153+110=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #0C996E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C996E is #F36691. Grayscale: #696969. Windows color (decimal): -15951506 or 7248140. OLE color: 7248140.

HSL color Cylindrical-coordinate representation of color #0C996E: hue angle of 161.7º 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 #0C996E is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB12153110-
CMYK0.9200.280.4
HSL161.7º85.45%32.35%-
HSV(B)161.7º92.16%60%-
XYZ14.3623.9918.62-
YUV105.94130.2961-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.36%
GREEN value IS 153 (60.16% from 255) = 55.64%
BLUE value IS 110 (43.36% from 255) = 40%
R=4.36%
G=55.64%
B=40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121531100.9200.280.4161.785.4532.35
HexC996E5C01C28a25520
Octal142311561340345024212540
Binary11001001100111011101011100011100101000101000101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C996E;
 }
 .AnyTagClassName
 {
   color: #0C996E;
 }
</style>
background-color css

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

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

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

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

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

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