Shades of Cadet Blue #43A4A4
Tints of Cadet Blue #43A4A4
RGB
CMYK
RGB Variations
Color information
#43A4A4 (or 0x43A4A4) is known color: Cadet Blue. HEX triplet: 43, A4 and A4. RGB value is (67,164,164). Sum of RGB (Red+Green+Blue) = 67+164+164=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: green, blue. Hex color #43A4A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A4A4 is #BC5B5B. Grayscale: #868686. Windows color (decimal): -12344156 or 10789955. OLE color: 10789955.
HSL color Cylindrical-coordinate representation of color #43A4A4: hue angle of 180º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A4A4 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 164 | 164 | - |
| CMYK | 0.59 | 0 | 0 | 0.36 |
| HSL | 180º | 0.42% | 0.45% | - |
| HSV(B) | 180º | 0.59% | 0.64% | - |
| XYZ | 22.29 | 30.42 | 39.82 | - |
| YUV | 135 | 144.36 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 164 | 164 | 0.59 | 0 | 0 | 0.36 | 180 | 0.42 | 0.45 |
| Hex | 43 | A4 | A4 | 3B | 0 | 0 | 24 | B4 | 2A | 2D |
| Octal | 103 | 244 | 244 | 73 | 0 | 0 | 44 | 264 | 52 | 55 |
| Binary | 1000011 | 10100100 | 10100100 | 111011 | 0 | 0 | 100100 | 10110100 | 101010 | 101101 |
Color Harmonies of #43A4A4
Complementary color
Monochromatic Colors of #43A4A4
Black with #43A4A4
Text Example
Text Example
White with #43A4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A4A4; }
p { color: rgb(67,164,164); }
H1.HeaderClassName
{
color: #43A4A4;
}
.AnyTagClassName
{
color: #43A4A4;
}
</style>
background-color css
<style>
a { background-color: #43A4A4; }
a { background-color: rgb(67,164,164); }
div.DivClassName
{
background-color: #43A4A4;
}
.BgClassName
{
background-color: #43A4A4;
}
</style>
border-color css
<style>
span { border-color: #43A4A4; }
span { border-color: rgb(67,164,164); }
td.TdClassName
{
border-color: #43A4A4;
}
.TagClassName
{
border-color: #43A4A4;
}
</style>