#069F6F

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

Shades of Free Speech Aquamarine #069F6F

Tints of Free Speech Aquamarine #069F6F

Color information

#069F6F (or 0x069F6F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 9F and 6F. RGB value is (6,159,111). Sum of RGB (Red+Green+Blue) = 6+159+111=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #069F6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069F6F is #F96090. Grayscale: #6B6B6B. Windows color (decimal): -16343185 or 7315206. OLE color: 7315206.

HSL color Cylindrical-coordinate representation of color #069F6F: hue angle of 161.18º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069F6F is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB6159111-
CMYK0.9600.300.38
HSL161.18º92.73%32.35%-
HSV(B)161.18º96.23%62.35%-
XYZ15.3425.9819.25-
YUV107.78129.8155.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 159 (62.5% from 255) = 57.61%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=2.17%
G=57.61%
B=40.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61591110.9600.300.38161.1892.7332.35
Hex69F6F6001E26a15d20
Octal62371571400364624113540
Binary1101001111111011111100000011110100110101000011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069F6F; }

 p { color: rgb(6,159,111); }

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

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

 a { background-color: rgb(6,159,111); }

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

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

 span { border-color: rgb(6,159,111); }

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