#069E70

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

Shades of Free Speech Aquamarine #069E70

Tints of Free Speech Aquamarine #069E70

Color information

#069E70 (or 0x069E70) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 9E and 70. RGB value is (6,158,112). Sum of RGB (Red+Green+Blue) = 6+158+112=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 158 (62.11% from 255 or 57.25% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 158 - color contains mainly: green. Hex color #069E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069E70 is #F9618F. Grayscale: #6B6B6B. Windows color (decimal): -16343440 or 7380486. OLE color: 7380486.

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

Color convert

RGB6158112-
CMYK0.9600.290.38
HSL161.84º92.68%32.16%-
HSV(B)161.84º96.2%61.96%-
XYZ15.2325.6619.48-
YUV107.31130.6455.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 158 (62.11% from 255) = 57.25%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=2.17%
G=57.25%
B=40.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61581120.9600.290.38161.8492.6832.16
Hex69E706001D26a25d20
Octal62361601400354624213540
Binary1101001111011100001100000011101100110101000101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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