Html Css Color HEX #00A57C Free Speech Aquamarine

📋 copy color: '#00A57C'

red 0 ◦ green 165 ◦ blue 124

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

Shades of Free Speech Aquamarine #00A57C

Tints of Free Speech Aquamarine #00A57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.09%

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

R = 0%
G = 57.09%
B = 42.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#00A57C (or 0x00A57C) is known color: Free Speech Aquamarine. HEX triplet: 00, A5 and 7C. RGB value is (0,165,124). Sum of RGB (Red+Green+Blue) = 0+165+124=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #00A57C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A57C is #FF5A83. Grayscale: #6E6E6E. Windows color (decimal): -16734852 or 8168704. OLE color: 8168704.

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

Color convert

RGB 0 165 124 -
CMYK 1 0 0.25 0.35
HSL 165.09º 1% 0.32% -
HSV(B) 165.09º 1% 0.65% -
XYZ 17.09 28.37 23.64 -
YUV 110.99 135.34 48.83 -
System Red Green Blue C M Y K H S L
Decimal 0 165 124 1 0 0.25 0.35 165.09 1 0.32
Hex 0 A5 7C 64 0 19 23 A5 64 20
Octal 0 245 174 144 0 31 43 245 144 40
Binary 0 10100101 1111100 1100100 0 11001 100011 10100101 1100100 100000

Color Harmonies of #00A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A57C

Black with #00A57C

Text Example


Text Example

White with #00A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,165,124); }

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

background-color css

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

 a { background-color: rgb(0,165,124); }

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

border-color css

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

 span { border-color: rgb(0,165,124); }

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