Html Css Color HEX #069580 Free Speech Aquamarine

📋 copy color: '#069580'

red 6 ◦ green 149 ◦ blue 128

#069580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #069580

Tints of Free Speech Aquamarine #069580

RGB

 RED value IS 6 (2.73% from 255) = 2.12%

 GREEN value IS 149 (58.59% from 255) = 52.65%

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 2.12%
G = 52.65%
B = 45.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#069580 (or 0x069580) is known color: Free Speech Aquamarine. HEX triplet: 06, 95 and 80. RGB value is (6,149,128). Sum of RGB (Red+Green+Blue) = 6+149+128=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #069580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069580 is #F96A7F. Grayscale: #676767. Windows color (decimal): -16345728 or 8426758. OLE color: 8426758.

HSL color Cylindrical-coordinate representation of color #069580: hue angle of 171.19º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069580 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 128 -
CMYK 0.96 0 0.14 0.42
HSL 171.19º 0.92% 0.3% -
HSV(B) 171.19º 0.96% 0.58% -
XYZ 14.72 23.09 24.1 -
YUV 103.85 141.62 58.21 -
System Red Green Blue C M Y K H S L
Decimal 6 149 128 0.96 0 0.14 0.42 171.19 0.92 0.3
Hex 6 95 80 60 0 E 2A AB 5C 1E
Octal 6 225 200 140 0 16 52 253 134 36
Binary 110 10010101 10000000 1100000 0 1110 101010 10101011 1011100 11110

Color Harmonies of #069580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069580

Black with #069580

Text Example


Text Example

White with #069580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069580; }

 p { color: rgb(6,149,128); }

 H1.HeaderClassName
 {
   color: #069580;
 }
 .AnyTagClassName
 {
   color: #069580;
 }
</style>

background-color css

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

 a { background-color: rgb(6,149,128); }

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

border-color css

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

 span { border-color: rgb(6,149,128); }

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