Html Css Color HEX #00A682 Free Speech Aquamarine

📋 copy color: '#00A682'

red 0 ◦ green 166 ◦ blue 130

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

Shades of Free Speech Aquamarine #00A682

Tints of Free Speech Aquamarine #00A682

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 0%
G = 56.08%
B = 43.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#00A682 (or 0x00A682) is known color: Free Speech Aquamarine. HEX triplet: 00, A6 and 82. RGB value is (0,166,130). Sum of RGB (Red+Green+Blue) = 0+166+130=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #00A682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A682 is #FF597D. Grayscale: #707070. Windows color (decimal): -16734590 or 8562176. OLE color: 8562176.

HSL color Cylindrical-coordinate representation of color #00A682: hue angle of 166.99º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A682 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 166 130 -
CMYK 1 0 0.22 0.35
HSL 166.99º 1% 0.33% -
HSV(B) 166.99º 1% 0.65% -
XYZ 17.67 28.88 25.76 -
YUV 112.26 138 47.93 -
System Red Green Blue C M Y K H S L
Decimal 0 166 130 1 0 0.22 0.35 166.99 1 0.33
Hex 0 A6 82 64 0 16 23 A7 64 21
Octal 0 246 202 144 0 26 43 247 144 41
Binary 0 10100110 10000010 1100100 0 10110 100011 10100111 1100100 100001

Color Harmonies of #00A682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A682

Black with #00A682

Text Example


Text Example

White with #00A682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A682; }

 p { color: rgb(0,166,130); }

 H1.HeaderClassName
 {
   color: #00A682;
 }
 .AnyTagClassName
 {
   color: #00A682;
 }
</style>

background-color css

<style>
 a { background-color: #00A682; }

 a { background-color: rgb(0,166,130); }

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

border-color css

<style>
 span { border-color: #00A682; }

 span { border-color: rgb(0,166,130); }

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