Html Css Color HEX #00A87D Free Speech Aquamarine

📋 copy color: '#00A87D'

red 0 ◦ green 168 ◦ blue 125

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

Shades of Free Speech Aquamarine #00A87D

Tints of Free Speech Aquamarine #00A87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 57.34%

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

R = 0%
G = 57.34%
B = 42.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#00A87D (or 0x00A87D) is known color: Free Speech Aquamarine. HEX triplet: 00, A8 and 7D. RGB value is (0,168,125). Sum of RGB (Red+Green+Blue) = 0+168+125=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 168 (66.02% from 255 or 57.34% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 168 - color contains mainly: green. Hex color #00A87D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A87D is #FF5782. Grayscale: #707070. Windows color (decimal): -16734083 or 8235008. OLE color: 8235008.

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

Color convert

RGB 0 168 125 -
CMYK 1 0 0.26 0.34
HSL 164.64º 1% 0.33% -
HSV(B) 164.64º 1% 0.66% -
XYZ 17.7 29.49 24.16 -
YUV 112.87 134.84 47.5 -
System Red Green Blue C M Y K H S L
Decimal 0 168 125 1 0 0.26 0.34 164.64 1 0.33
Hex 0 A8 7D 64 0 1A 22 A5 64 21
Octal 0 250 175 144 0 32 42 245 144 41
Binary 0 10101000 1111101 1100100 0 11010 100010 10100101 1100100 100001

Color Harmonies of #00A87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A87D

Black with #00A87D

Text Example


Text Example

White with #00A87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,168,125); }

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

background-color css

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

 a { background-color: rgb(0,168,125); }

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

border-color css

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

 span { border-color: rgb(0,168,125); }

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