Shades of Malibu #62C2D2
Tints of Malibu #62C2D2
RGB
CMYK
RGB Variations
Color information
#62C2D2 (or 0x62C2D2) is known color: Malibu. HEX triplet: 62, C2 and D2. RGB value is (98,194,210). Sum of RGB (Red+Green+Blue) = 98+194+210=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #62C2D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C2D2 is #9D3D2D. Grayscale: #A6A6A6. Windows color (decimal): -10304814 or 13812322. OLE color: 13812322.
HSL color Cylindrical-coordinate representation of color #62C2D2: hue angle of 188.57º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62C2D2 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 194 | 210 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.18 |
| HSL | 188.57º | 0.55% | 0.6% | - |
| HSV(B) | 188.57º | 0.53% | 0.82% | - |
| XYZ | 35.96 | 45.83 | 67.92 | - |
| YUV | 167.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 210 | 0.53 | 0.08 | 0 | 0.18 | 188.57 | 0.55 | 0.6 |
| Hex | 62 | C2 | D2 | 35 | 8 | 0 | 12 | BD | 37 | 3C |
| Octal | 142 | 302 | 322 | 65 | 10 | 0 | 22 | 275 | 67 | 74 |
| Binary | 1100010 | 11000010 | 11010010 | 110101 | 1000 | 0 | 10010 | 10111101 | 110111 | 111100 |
Color Harmonies of #62C2D2
Complementary color
Monochromatic Colors of #62C2D2
Black with #62C2D2
Text Example
Text Example
White with #62C2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C2D2; }
p { color: rgb(98,194,210); }
H1.HeaderClassName
{
color: #62C2D2;
}
.AnyTagClassName
{
color: #62C2D2;
}
</style>
background-color css
<style>
a { background-color: #62C2D2; }
a { background-color: rgb(98,194,210); }
div.DivClassName
{
background-color: #62C2D2;
}
.BgClassName
{
background-color: #62C2D2;
}
</style>
border-color css
<style>
span { border-color: #62C2D2; }
span { border-color: rgb(98,194,210); }
td.TdClassName
{
border-color: #62C2D2;
}
.TagClassName
{
border-color: #62C2D2;
}
</style>