#069976

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

Shades of Free Speech Aquamarine #069976

Tints of Free Speech Aquamarine #069976

Color information

#069976 (or 0x069976) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 99 and 76. RGB value is (6,153,118). Sum of RGB (Red+Green+Blue) = 6+153+118=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #069976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069976 is #F96689. Grayscale: #696969. Windows color (decimal): -16344714 or 7772422. OLE color: 7772422.

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

Color convert

RGB6153118-
CMYK0.9600.230.4
HSL165.71º92.45%31.18%-
HSV(B)165.71º96.08%60%-
XYZ14.7424.1321.02-
YUV105.06135.357.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=2.17%
G=55.23%
B=42.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61531180.9600.230.4165.7192.4531.18
Hex699766001728a65c1f
Octal62311661400275024613437
Binary110100110011110110110000001011110100010100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069976; }

 p { color: rgb(6,153,118); }

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

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

 a { background-color: rgb(6,153,118); }

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

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

 span { border-color: rgb(6,153,118); }

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