Html Css Color HEX #06A67D Free Speech Aquamarine

📋 copy color: '#06A67D'

red 6 ◦ green 166 ◦ blue 125

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

Shades of Free Speech Aquamarine #06A67D

Tints of Free Speech Aquamarine #06A67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.89%

 BLUE value IS 125 (49.22% from 255) = 42.09%

R = 2.02%
G = 55.89%
B = 42.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#06A67D (or 0x06A67D) is known color: Free Speech Aquamarine. HEX triplet: 06, A6 and 7D. RGB value is (6,166,125). Sum of RGB (Red+Green+Blue) = 6+166+125=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #06A67D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A67D is #F95982. Grayscale: #717171. Windows color (decimal): -16341379 or 8234502. OLE color: 8234502.

HSL color Cylindrical-coordinate representation of color #06A67D: hue angle of 164.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A67D is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 166 125 -
CMYK 0.96 0 0.25 0.35
HSL 164.63º 0.93% 0.34% -
HSV(B) 164.63º 0.96% 0.65% -
XYZ 17.41 28.79 24.04 -
YUV 113.49 134.49 51.33 -
System Red Green Blue C M Y K H S L
Decimal 6 166 125 0.96 0 0.25 0.35 164.63 0.93 0.34
Hex 6 A6 7D 60 0 19 23 A5 5D 22
Octal 6 246 175 140 0 31 43 245 135 42
Binary 110 10100110 1111101 1100000 0 11001 100011 10100101 1011101 100010

Color Harmonies of #06A67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A67D

Black with #06A67D

Text Example


Text Example

White with #06A67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A67D; }

 p { color: rgb(6,166,125); }

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

background-color css

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

 a { background-color: rgb(6,166,125); }

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

border-color css

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

 span { border-color: rgb(6,166,125); }

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