Html Css Color HEX #00A275 Free Speech Aquamarine
📋 copy color: '#00A275'red 0 ◦ green 162 ◦ blue 117
Shades of Free Speech Aquamarine #00A275
Tints of Free Speech Aquamarine #00A275
RGB
CMYK
RGB Variations
Color information
#00A275 (or 0x00A275) is known color: Free Speech Aquamarine. HEX triplet: 00, A2 and 75. RGB value is (0,162,117). Sum of RGB (Red+Green+Blue) = 0+162+117=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 162 (63.67% from 255 or 58.06% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 162 - color contains mainly: green. Hex color #00A275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A275 is #FF5D8A. Grayscale: #6C6C6C. Windows color (decimal): -16735627 or 7709184. OLE color: 7709184.
HSL color Cylindrical-coordinate representation of color #00A275: hue angle of 163.33º 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 #00A275 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 162 | 117 | - |
| CMYK | 1 | 0 | 0.28 | 0.36 |
| HSL | 163.33º | 1% | 0.32% | - |
| HSV(B) | 163.33º | 1% | 0.64% | - |
| XYZ | 16.13 | 27.13 | 21.22 | - |
| YUV | 108.43 | 132.83 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 117 | 1 | 0 | 0.28 | 0.36 | 163.33 | 1 | 0.32 |
| Hex | 0 | A2 | 75 | 64 | 0 | 1C | 24 | A3 | 64 | 20 |
| Octal | 0 | 242 | 165 | 144 | 0 | 34 | 44 | 243 | 144 | 40 |
| Binary | 0 | 10100010 | 1110101 | 1100100 | 0 | 11100 | 100100 | 10100011 | 1100100 | 100000 |
Color Harmonies of #00A275
Complementary color
Monochromatic Colors of #00A275
Black with #00A275
Text Example
Text Example
White with #00A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A275; }
p { color: rgb(0,162,117); }
H1.HeaderClassName
{
color: #00A275;
}
.AnyTagClassName
{
color: #00A275;
}
</style>
background-color css
<style>
a { background-color: #00A275; }
a { background-color: rgb(0,162,117); }
div.DivClassName
{
background-color: #00A275;
}
.BgClassName
{
background-color: #00A275;
}
</style>
border-color css
<style>
span { border-color: #00A275; }
span { border-color: rgb(0,162,117); }
td.TdClassName
{
border-color: #00A275;
}
.TagClassName
{
border-color: #00A275;
}
</style>