Html Css Color HEX #00A37F Free Speech Aquamarine

📋 copy color: '#00A37F'

red 0 ◦ green 163 ◦ blue 127

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

Shades of Free Speech Aquamarine #00A37F

Tints of Free Speech Aquamarine #00A37F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.21%

 BLUE value IS 127 (50% from 255) = 43.79%

R = 0%
G = 56.21%
B = 43.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#00A37F (or 0x00A37F) is known color: Free Speech Aquamarine. HEX triplet: 00, A3 and 7F. RGB value is (0,163,127). Sum of RGB (Red+Green+Blue) = 0+163+127=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #00A37F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A37F is #FF5C80. Grayscale: #6E6E6E. Windows color (decimal): -16735361 or 8364800. OLE color: 8364800.

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

Color convert

RGB 0 163 127 -
CMYK 1 0 0.22 0.36
HSL 166.75º 1% 0.32% -
HSV(B) 166.75º 1% 0.64% -
XYZ 16.93 27.73 24.54 -
YUV 110.16 137.5 49.43 -
System Red Green Blue C M Y K H S L
Decimal 0 163 127 1 0 0.22 0.36 166.75 1 0.32
Hex 0 A3 7F 64 0 16 24 A7 64 20
Octal 0 243 177 144 0 26 44 247 144 40
Binary 0 10100011 1111111 1100100 0 10110 100100 10100111 1100100 100000

Color Harmonies of #00A37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A37F

Black with #00A37F

Text Example


Text Example

White with #00A37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,163,127); }

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

background-color css

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

 a { background-color: rgb(0,163,127); }

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

border-color css

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

 span { border-color: rgb(0,163,127); }

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