Html Css Color HEX #06A17D Free Speech Aquamarine

📋 copy color: '#06A17D'

red 6 ◦ green 161 ◦ blue 125

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

Shades of Free Speech Aquamarine #06A17D

Tints of Free Speech Aquamarine #06A17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 55.14%

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

R = 2.05%
G = 55.14%
B = 42.81%

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

#06A17D (or 0x06A17D) is known color: Free Speech Aquamarine. HEX triplet: 06, A1 and 7D. RGB value is (6,161,125). Sum of RGB (Red+Green+Blue) = 6+161+125=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #06A17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A17D is #F95E82. Grayscale: #6E6E6E. Windows color (decimal): -16342659 or 8233222. OLE color: 8233222.

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

Color convert

RGB 6 161 125 -
CMYK 0.96 0 0.22 0.37
HSL 166.06º 0.93% 0.33% -
HSV(B) 166.06º 0.96% 0.63% -
XYZ 16.52 27.01 23.74 -
YUV 110.55 136.15 53.43 -
System Red Green Blue C M Y K H S L
Decimal 6 161 125 0.96 0 0.22 0.37 166.06 0.93 0.33
Hex 6 A1 7D 60 0 16 25 A6 5D 21
Octal 6 241 175 140 0 26 45 246 135 41
Binary 110 10100001 1111101 1100000 0 10110 100101 10100110 1011101 100001

Color Harmonies of #06A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A17D

Black with #06A17D

Text Example


Text Example

White with #06A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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