Shades of Teal Blue #23525C
Tints of Teal Blue #23525C
RGB
CMYK
RGB Variations
Color information
#23525C (or 0x23525C) is known color: Teal Blue. HEX triplet: 23, 52 and 5C. RGB value is (35,82,92). Sum of RGB (Red+Green+Blue) = 35+82+92=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #23525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23525C is #DCADA3. Grayscale: #454545. Windows color (decimal): -14462372 or 6050339. OLE color: 6050339.
HSL color Cylindrical-coordinate representation of color #23525C: hue angle of 190.53º 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 #23525C is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 82 | 92 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.64 |
| HSL | 190.53º | 0.45% | 0.25% | - |
| HSV(B) | 190.53º | 0.62% | 0.36% | - |
| XYZ | 5.64 | 7.16 | 11.21 | - |
| YUV | 69.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 92 | 0.62 | 0.11 | 0 | 0.64 | 190.53 | 0.45 | 0.25 |
| Hex | 23 | 52 | 5C | 3E | B | 0 | 40 | BF | 2D | 19 |
| Octal | 43 | 122 | 134 | 76 | 13 | 0 | 100 | 277 | 55 | 31 |
| Binary | 100011 | 1010010 | 1011100 | 111110 | 1011 | 0 | 1000000 | 10111111 | 101101 | 11001 |
Color Harmonies of #23525C
Complementary color
Monochromatic Colors of #23525C
Black with #23525C
Text Example
Text Example
White with #23525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23525C; }
p { color: rgb(35,82,92); }
H1.HeaderClassName
{
color: #23525C;
}
.AnyTagClassName
{
color: #23525C;
}
</style>
background-color css
<style>
a { background-color: #23525C; }
a { background-color: rgb(35,82,92); }
div.DivClassName
{
background-color: #23525C;
}
.BgClassName
{
background-color: #23525C;
}
</style>
border-color css
<style>
span { border-color: #23525C; }
span { border-color: rgb(35,82,92); }
td.TdClassName
{
border-color: #23525C;
}
.TagClassName
{
border-color: #23525C;
}
</style>