Html Css Color HEX #00B281 Free Speech Aquamarine
📋 copy color: '#00B281'red 0 ◦ green 178 ◦ blue 129
Shades of Free Speech Aquamarine #00B281
Tints of Free Speech Aquamarine #00B281
RGB
CMYK
RGB Variations
Color information
#00B281 (or 0x00B281) is known color: Free Speech Aquamarine. HEX triplet: 00, B2 and 81. RGB value is (0,178,129). Sum of RGB (Red+Green+Blue) = 0+178+129=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #00B281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B281 is #FF4D7E. Grayscale: #777777. Windows color (decimal): -16731519 or 8499712. OLE color: 8499712.
HSL color Cylindrical-coordinate representation of color #00B281: hue angle of 163.48º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B281 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 129 | - |
| CMYK | 1 | 0 | 0.28 | 0.30 |
| HSL | 163.48º | 1% | 0.35% | - |
| HSV(B) | 163.48º | 1% | 0.7% | - |
| XYZ | 19.88 | 33.43 | 26.17 | - |
| YUV | 119.19 | 133.53 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 129 | 1 | 0 | 0.28 | 0.30 | 163.48 | 1 | 0.35 |
| Hex | 0 | B2 | 81 | 64 | 0 | 1C | 1E | A3 | 64 | 23 |
| Octal | 0 | 262 | 201 | 144 | 0 | 34 | 36 | 243 | 144 | 43 |
| Binary | 0 | 10110010 | 10000001 | 1100100 | 0 | 11100 | 11110 | 10100011 | 1100100 | 100011 |
Color Harmonies of #00B281
Complementary color
Monochromatic Colors of #00B281
Black with #00B281
Text Example
Text Example
White with #00B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B281; }
p { color: rgb(0,178,129); }
H1.HeaderClassName
{
color: #00B281;
}
.AnyTagClassName
{
color: #00B281;
}
</style>
background-color css
<style>
a { background-color: #00B281; }
a { background-color: rgb(0,178,129); }
div.DivClassName
{
background-color: #00B281;
}
.BgClassName
{
background-color: #00B281;
}
</style>
border-color css
<style>
span { border-color: #00B281; }
span { border-color: rgb(0,178,129); }
td.TdClassName
{
border-color: #00B281;
}
.TagClassName
{
border-color: #00B281;
}
</style>