#069978

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

Shades of Free Speech Aquamarine #069978

Tints of Free Speech Aquamarine #069978

Color information

#069978 (or 0x069978) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 99 and 78. RGB value is (6,153,120). Sum of RGB (Red+Green+Blue) = 6+153+120=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #069978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069978 is #F96687. Grayscale: #696969. Windows color (decimal): -16344712 or 7903494. OLE color: 7903494.

HSL color Cylindrical-coordinate representation of color #069978: hue angle of 166.53º 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 #069978 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB6153120-
CMYK0.9600.220.4
HSL166.53º92.45%31.18%-
HSV(B)166.53º96.08%60%-
XYZ14.8624.1821.65-
YUV105.28136.357.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.15%
GREEN value IS 153 (60.16% from 255) = 54.84%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=2.15%
G=54.84%
B=43.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61531200.9600.220.4166.5392.4531.18
Hex699786001628a75c1f
Octal62311701400265024713437
Binary110100110011111000110000001011010100010100111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069978; }

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

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

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

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

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

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

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

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