Shades of Cadet Blue #43AAA5
Tints of Cadet Blue #43AAA5
RGB
CMYK
RGB Variations
Color information
#43AAA5 (or 0x43AAA5) is known color: Cadet Blue. HEX triplet: 43, AA and A5. RGB value is (67,170,165). Sum of RGB (Red+Green+Blue) = 67+170+165=402 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.67% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #43AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AAA5 is #BC555A. Grayscale: #8A8A8A. Windows color (decimal): -12342619 or 10857027. OLE color: 10857027.
HSL color Cylindrical-coordinate representation of color #43AAA5: hue angle of 177.09º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AAA5 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 170 | 165 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.33 |
| HSL | 177.09º | 0.43% | 0.46% | - |
| HSV(B) | 177.09º | 0.61% | 0.67% | - |
| XYZ | 23.48 | 32.66 | 40.66 | - |
| YUV | 138.63 | 142.88 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 170 | 165 | 0.61 | 0 | 0.03 | 0.33 | 177.09 | 0.43 | 0.46 |
| Hex | 43 | AA | A5 | 3D | 0 | 3 | 21 | B1 | 2B | 2E |
| Octal | 103 | 252 | 245 | 75 | 0 | 3 | 41 | 261 | 53 | 56 |
| Binary | 1000011 | 10101010 | 10100101 | 111101 | 0 | 11 | 100001 | 10110001 | 101011 | 101110 |
Color Harmonies of #43AAA5
Complementary color
Monochromatic Colors of #43AAA5
Black with #43AAA5
Text Example
Text Example
White with #43AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AAA5; }
p { color: rgb(67,170,165); }
H1.HeaderClassName
{
color: #43AAA5;
}
.AnyTagClassName
{
color: #43AAA5;
}
</style>
background-color css
<style>
a { background-color: #43AAA5; }
a { background-color: rgb(67,170,165); }
div.DivClassName
{
background-color: #43AAA5;
}
.BgClassName
{
background-color: #43AAA5;
}
</style>
border-color css
<style>
span { border-color: #43AAA5; }
span { border-color: rgb(67,170,165); }
td.TdClassName
{
border-color: #43AAA5;
}
.TagClassName
{
border-color: #43AAA5;
}
</style>