Shades of Downy #75CBCB
Tints of Downy #75CBCB
RGB
CMYK
RGB Variations
Color information
#75CBCB (or 0x75CBCB) is known color: Downy. HEX triplet: 75, CB and CB. RGB value is (117,203,203). Sum of RGB (Red+Green+Blue) = 117+203+203=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #75CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBCB is #8A3434. Grayscale: #B1B1B1. Windows color (decimal): -9057333 or 13355893. OLE color: 13355893.
HSL color Cylindrical-coordinate representation of color #75CBCB: hue angle of 180º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CBCB is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 203 | - |
| CMYK | 0.42 | 0 | 0 | 0.20 |
| HSL | 180º | 0.45% | 0.63% | - |
| HSV(B) | 180º | 0.42% | 0.8% | - |
| XYZ | 39.47 | 50.81 | 64.23 | - |
| YUV | 177.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 203 | 0.42 | 0 | 0 | 0.20 | 180 | 0.45 | 0.63 |
| Hex | 75 | CB | CB | 2A | 0 | 0 | 14 | B4 | 2D | 3F |
| Octal | 165 | 313 | 313 | 52 | 0 | 0 | 24 | 264 | 55 | 77 |
| Binary | 1110101 | 11001011 | 11001011 | 101010 | 0 | 0 | 10100 | 10110100 | 101101 | 111111 |
Color Harmonies of #75CBCB
Complementary color
Monochromatic Colors of #75CBCB
Black with #75CBCB
Text Example
Text Example
White with #75CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CBCB; }
p { color: rgb(117,203,203); }
H1.HeaderClassName
{
color: #75CBCB;
}
.AnyTagClassName
{
color: #75CBCB;
}
</style>
background-color css
<style>
a { background-color: #75CBCB; }
a { background-color: rgb(117,203,203); }
div.DivClassName
{
background-color: #75CBCB;
}
.BgClassName
{
background-color: #75CBCB;
}
</style>
border-color css
<style>
span { border-color: #75CBCB; }
span { border-color: rgb(117,203,203); }
td.TdClassName
{
border-color: #75CBCB;
}
.TagClassName
{
border-color: #75CBCB;
}
</style>