Shades of Teal Blue #23525D
Tints of Teal Blue #23525D
RGB
CMYK
RGB Variations
Color information
#23525D (or 0x23525D) is known color: Teal Blue. HEX triplet: 23, 52 and 5D. RGB value is (35,82,93). Sum of RGB (Red+Green+Blue) = 35+82+93=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #23525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23525D is #DCADA2. Grayscale: #454545. Windows color (decimal): -14462371 or 6115875. OLE color: 6115875.
HSL color Cylindrical-coordinate representation of color #23525D: hue angle of 191.38º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23525D is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 82 | 93 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.64 |
| HSL | 191.38º | 0.45% | 0.25% | - |
| HSV(B) | 191.38º | 0.62% | 0.36% | - |
| XYZ | 5.69 | 7.18 | 11.44 | - |
| YUV | 69.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 93 | 0.62 | 0.12 | 0 | 0.64 | 191.38 | 0.45 | 0.25 |
| Hex | 23 | 52 | 5D | 3E | C | 0 | 40 | BF | 2D | 19 |
| Octal | 43 | 122 | 135 | 76 | 14 | 0 | 100 | 277 | 55 | 31 |
| Binary | 100011 | 1010010 | 1011101 | 111110 | 1100 | 0 | 1000000 | 10111111 | 101101 | 11001 |
Color Harmonies of #23525D
Complementary color
Monochromatic Colors of #23525D
Black with #23525D
Text Example
Text Example
White with #23525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23525D; }
p { color: rgb(35,82,93); }
H1.HeaderClassName
{
color: #23525D;
}
.AnyTagClassName
{
color: #23525D;
}
</style>
background-color css
<style>
a { background-color: #23525D; }
a { background-color: rgb(35,82,93); }
div.DivClassName
{
background-color: #23525D;
}
.BgClassName
{
background-color: #23525D;
}
</style>
border-color css
<style>
span { border-color: #23525D; }
span { border-color: rgb(35,82,93); }
td.TdClassName
{
border-color: #23525D;
}
.TagClassName
{
border-color: #23525D;
}
</style>