#0CA576

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

Shades of Free Speech Aquamarine #0CA576

Tints of Free Speech Aquamarine #0CA576

Color information

#0CA576 (or 0x0CA576) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, A5 and 76. RGB value is (12,165,118). Sum of RGB (Red+Green+Blue) = 12+165+118=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA576 is #F35A89. Grayscale: #717171. Windows color (decimal): -15948426 or 7775500. OLE color: 7775500.

HSL color Cylindrical-coordinate representation of color #0CA576: hue angle of 161.57º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA576 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB12165118-
CMYK0.9300.280.35
HSL161.57º86.44%34.71%-
HSV(B)161.57º92.73%64.71%-
XYZ16.8828.321.71-
YUV113.89130.3155.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.07%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 118 (46.48% from 255) = 40%
R=4.07%
G=55.93%
B=40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121651180.9300.280.35161.5786.4434.71
HexCA5765D01C23a25623
Octal142451661350344324212643
Binary11001010010111101101011101011100100011101000101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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