Html Css Color HEX #069F7C Free Speech Aquamarine

📋 copy color: '#069F7C'

red 6 ◦ green 159 ◦ blue 124

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

Shades of Free Speech Aquamarine #069F7C

Tints of Free Speech Aquamarine #069F7C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.02%

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 2.08%
G = 55.02%
B = 42.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#069F7C (or 0x069F7C) is known color: Free Speech Aquamarine. HEX triplet: 06, 9F and 7C. RGB value is (6,159,124). Sum of RGB (Red+Green+Blue) = 6+159+124=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #069F7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069F7C is #F96083. Grayscale: #6D6D6D. Windows color (decimal): -16343172 or 8167174. OLE color: 8167174.

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

Color convert

RGB 6 159 124 -
CMYK 0.96 0 0.22 0.38
HSL 166.27º 0.93% 0.32% -
HSV(B) 166.27º 0.96% 0.62% -
XYZ 16.11 26.29 23.29 -
YUV 109.26 136.31 54.35 -
System Red Green Blue C M Y K H S L
Decimal 6 159 124 0.96 0 0.22 0.38 166.27 0.93 0.32
Hex 6 9F 7C 60 0 16 26 A6 5D 20
Octal 6 237 174 140 0 26 46 246 135 40
Binary 110 10011111 1111100 1100000 0 10110 100110 10100110 1011101 100000

Color Harmonies of #069F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069F7C

Black with #069F7C

Text Example


Text Example

White with #069F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,159,124); }

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

background-color css

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

 a { background-color: rgb(6,159,124); }

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

border-color css

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

 span { border-color: rgb(6,159,124); }

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