Html Css Color HEX #06A376 Free Speech Aquamarine

📋 copy color: '#06A376'

red 6 ◦ green 163 ◦ blue 118

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

Shades of Free Speech Aquamarine #06A376

Tints of Free Speech Aquamarine #06A376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.79%

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 2.09%
G = 56.79%
B = 41.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#06A376 (or 0x06A376) is known color: Free Speech Aquamarine. HEX triplet: 06, A3 and 76. RGB value is (6,163,118). Sum of RGB (Red+Green+Blue) = 6+163+118=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 163 (64.06% from 255 or 56.79% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 163 - color contains mainly: green. Hex color #06A376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A376 is #F95C89. Grayscale: #6E6E6E. Windows color (decimal): -16342154 or 7774982. OLE color: 7774982.

HSL color Cylindrical-coordinate representation of color #06A376: hue angle of 162.8º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A376 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 163 118 -
CMYK 0.96 0 0.28 0.36
HSL 162.8º 0.93% 0.33% -
HSV(B) 162.8º 0.96% 0.64% -
XYZ 16.44 27.54 21.59 -
YUV 110.93 131.99 53.16 -
System Red Green Blue C M Y K H S L
Decimal 6 163 118 0.96 0 0.28 0.36 162.8 0.93 0.33
Hex 6 A3 76 60 0 1C 24 A3 5D 21
Octal 6 243 166 140 0 34 44 243 135 41
Binary 110 10100011 1110110 1100000 0 11100 100100 10100011 1011101 100001

Color Harmonies of #06A376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A376

Black with #06A376

Text Example


Text Example

White with #06A376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,163,118); }

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

background-color css

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

 a { background-color: rgb(6,163,118); }

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

border-color css

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

 span { border-color: rgb(6,163,118); }

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