Html Css Color HEX #189B7D Free Speech Aquamarine
📋 copy color: '#189B7D'red 24 ◦ green 155 ◦ blue 125
Shades of Free Speech Aquamarine #189B7D
Tints of Free Speech Aquamarine #189B7D
RGB
CMYK
RGB Variations
Color information
#189B7D (or 0x189B7D) is known color: Free Speech Aquamarine. HEX triplet: 18, 9B and 7D. RGB value is (24,155,125). Sum of RGB (Red+Green+Blue) = 24+155+125=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #189B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189B7D is #E76482. Grayscale: #707070. Windows color (decimal): -15164547 or 8231704. OLE color: 8231704.
HSL color Cylindrical-coordinate representation of color #189B7D: hue angle of 166.26º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189B7D is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 155 | 125 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.39 |
| HSL | 166.26º | 0.73% | 0.35% | - |
| HSV(B) | 166.26º | 0.85% | 0.61% | - |
| XYZ | 15.8 | 25.12 | 23.42 | - |
| YUV | 112.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 125 | 0.85 | 0 | 0.19 | 0.39 | 166.26 | 0.73 | 0.35 |
| Hex | 18 | 9B | 7D | 55 | 0 | 13 | 27 | A6 | 49 | 23 |
| Octal | 30 | 233 | 175 | 125 | 0 | 23 | 47 | 246 | 111 | 43 |
| Binary | 11000 | 10011011 | 1111101 | 1010101 | 0 | 10011 | 100111 | 10100110 | 1001001 | 100011 |
Color Harmonies of #189B7D
Complementary color
Monochromatic Colors of #189B7D
Black with #189B7D
Text Example
Text Example
White with #189B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189B7D; }
p { color: rgb(24,155,125); }
H1.HeaderClassName
{
color: #189B7D;
}
.AnyTagClassName
{
color: #189B7D;
}
</style>
background-color css
<style>
a { background-color: #189B7D; }
a { background-color: rgb(24,155,125); }
div.DivClassName
{
background-color: #189B7D;
}
.BgClassName
{
background-color: #189B7D;
}
</style>
border-color css
<style>
span { border-color: #189B7D; }
span { border-color: rgb(24,155,125); }
td.TdClassName
{
border-color: #189B7D;
}
.TagClassName
{
border-color: #189B7D;
}
</style>