Html Css Color HEX #00A57B Free Speech Aquamarine

📋 copy color: '#00A57B'

red 0 ◦ green 165 ◦ blue 123

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

Shades of Free Speech Aquamarine #00A57B

Tints of Free Speech Aquamarine #00A57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.71%

R = 0%
G = 57.29%
B = 42.71%

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

#00A57B (or 0x00A57B) is known color: Free Speech Aquamarine. HEX triplet: 00, A5 and 7B. RGB value is (0,165,123). Sum of RGB (Red+Green+Blue) = 0+165+123=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #00A57B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A57B is #FF5A84. Grayscale: #6E6E6E. Windows color (decimal): -16734853 or 8103168. OLE color: 8103168.

HSL color Cylindrical-coordinate representation of color #00A57B: hue angle of 164.73º 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 #00A57B is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 165 123 -
CMYK 1 0 0.25 0.35
HSL 164.73º 1% 0.32% -
HSV(B) 164.73º 1% 0.65% -
XYZ 17.03 28.34 23.31 -
YUV 110.88 134.84 48.92 -
System Red Green Blue C M Y K H S L
Decimal 0 165 123 1 0 0.25 0.35 164.73 1 0.32
Hex 0 A5 7B 64 0 19 23 A5 64 20
Octal 0 245 173 144 0 31 43 245 144 40
Binary 0 10100101 1111011 1100100 0 11001 100011 10100101 1100100 100000

Color Harmonies of #00A57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A57B

Black with #00A57B

Text Example


Text Example

White with #00A57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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