Html Css Color HEX #06A07C Free Speech Aquamarine

📋 copy color: '#06A07C'

red 6 ◦ green 160 ◦ blue 124

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

Shades of Free Speech Aquamarine #06A07C

Tints of Free Speech Aquamarine #06A07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 55.17%

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

R = 2.07%
G = 55.17%
B = 42.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#06A07C (or 0x06A07C) is known color: Free Speech Aquamarine. HEX triplet: 06, A0 and 7C. RGB value is (6,160,124). Sum of RGB (Red+Green+Blue) = 6+160+124=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #06A07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A07C is #F95F83. Grayscale: #6D6D6D. Windows color (decimal): -16342916 or 8167430. OLE color: 8167430.

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

Color convert

RGB 6 160 124 -
CMYK 0.96 0 0.22 0.37
HSL 165.97º 0.93% 0.33% -
HSV(B) 165.97º 0.96% 0.63% -
XYZ 16.28 26.64 23.35 -
YUV 109.85 135.98 53.93 -
System Red Green Blue C M Y K H S L
Decimal 6 160 124 0.96 0 0.22 0.37 165.97 0.93 0.33
Hex 6 A0 7C 60 0 16 25 A6 5D 21
Octal 6 240 174 140 0 26 45 246 135 41
Binary 110 10100000 1111100 1100000 0 10110 100101 10100110 1011101 100001

Color Harmonies of #06A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A07C

Black with #06A07C

Text Example


Text Example

White with #06A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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