#069E6E

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

Shades of Free Speech Aquamarine #069E6E

Tints of Free Speech Aquamarine #069E6E

Color information

#069E6E (or 0x069E6E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 9E and 6E. RGB value is (6,158,110). Sum of RGB (Red+Green+Blue) = 6+158+110=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 158 (62.11% from 255 or 57.66% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 158 - color contains mainly: green. Hex color #069E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069E6E is #F96191. Grayscale: #6B6B6B. Windows color (decimal): -16343442 or 7249414. OLE color: 7249414.

HSL color Cylindrical-coordinate representation of color #069E6E: hue angle of 161.05º 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 #069E6E is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB6158110-
CMYK0.9600.300.38
HSL161.05º92.68%32.16%-
HSV(B)161.05º96.2%61.96%-
XYZ15.1225.6218.9-
YUV107.08129.6455.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.19%
GREEN value IS 158 (62.11% from 255) = 57.66%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=2.19%
G=57.66%
B=40.15%

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
Decimal61581100.9600.300.38161.0592.6832.16
Hex69E6E6001E26a15d20
Octal62361561400364624113540
Binary1101001111011011101100000011110100110101000011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,158,110); }

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

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

 a { background-color: rgb(6,158,110); }

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

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

 span { border-color: rgb(6,158,110); }

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