Html Css Color HEX #069E7B Free Speech Aquamarine

📋 copy color: '#069E7B'

red 6 ◦ green 158 ◦ blue 123

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

Shades of Free Speech Aquamarine #069E7B

Tints of Free Speech Aquamarine #069E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 55.05%

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 2.09%
G = 55.05%
B = 42.86%

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

#069E7B (or 0x069E7B) is known color: Free Speech Aquamarine. HEX triplet: 06, 9E and 7B. RGB value is (6,158,123). Sum of RGB (Red+Green+Blue) = 6+158+123=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #069E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069E7B is #F96184. Grayscale: #6C6C6C. Windows color (decimal): -16343429 or 8101382. OLE color: 8101382.

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

Color convert

RGB 6 158 123 -
CMYK 0.96 0 0.22 0.38
HSL 166.18º 0.93% 0.32% -
HSV(B) 166.18º 0.96% 0.62% -
XYZ 15.88 25.92 22.91 -
YUV 108.56 136.14 54.85 -
System Red Green Blue C M Y K H S L
Decimal 6 158 123 0.96 0 0.22 0.38 166.18 0.93 0.32
Hex 6 9E 7B 60 0 16 26 A6 5D 20
Octal 6 236 173 140 0 26 46 246 135 40
Binary 110 10011110 1111011 1100000 0 10110 100110 10100110 1011101 100000

Color Harmonies of #069E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069E7B

Black with #069E7B

Text Example


Text Example

White with #069E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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