#069A84

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

Shades of Free Speech Aquamarine #069A84

Tints of Free Speech Aquamarine #069A84

Color information

#069A84 (or 0x069A84) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 9A and 84. RGB value is (6,154,132). Sum of RGB (Red+Green+Blue) = 6+154+132=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #069A84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069A84 is #F9657B. Grayscale: #6B6B6B. Windows color (decimal): -16344444 or 8690182. OLE color: 8690182.

HSL color Cylindrical-coordinate representation of color #069A84: hue angle of 171.08º degrees, saturation: 0.93, 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 #069A84 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB6154132-
CMYK0.9600.140.40
HSL171.08º92.5%31.37%-
HSV(B)171.08º96.1%60.39%-
XYZ15.824.8225.79-
YUV107.24141.9755.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.05%
GREEN value IS 154 (60.55% from 255) = 52.74%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=2.05%
G=52.74%
B=45.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61541320.9600.140.40171.0892.531.37
Hex69A84600E28ab5c1f
Octal62322041400165025313437
Binary110100110101000010011000000111010100010101011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,154,132); }

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

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

 a { background-color: rgb(6,154,132); }

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

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

 span { border-color: rgb(6,154,132); }

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