#0C9875

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

Shades of Free Speech Aquamarine #0C9875

Tints of Free Speech Aquamarine #0C9875

Color information

#0C9875 (or 0x0C9875) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 98 and 75. RGB value is (12,152,117). Sum of RGB (Red+Green+Blue) = 12+152+117=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #0C9875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9875 is #F3678A. Grayscale: #6A6A6A. Windows color (decimal): -15951755 or 7706636. OLE color: 7706636.

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

Color convert

RGB12152117-
CMYK0.9200.230.40
HSL165º85.37%32.16%-
HSV(B)165º92.11%59.61%-
XYZ14.5923.8220.66-
YUV106.15134.1260.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.27%
GREEN value IS 152 (59.77% from 255) = 54.09%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=4.27%
G=54.09%
B=41.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121521170.9200.230.4016585.3732.16
HexC98755C01728a55520
Octal142301651340275024512540
Binary11001001100011101011011100010111101000101001011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,152,117); }

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

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

 a { background-color: rgb(12,152,117); }

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

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

 span { border-color: rgb(12,152,117); }

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