Shades of Neptune #6DABAB
Tints of Neptune #6DABAB
RGB
CMYK
RGB Variations
Color information
#6DABAB (or 0x6DABAB) is known color: Neptune. HEX triplet: 6D, AB and AB. RGB value is (109,171,171). Sum of RGB (Red+Green+Blue) = 109+171+171=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #6DABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABAB is #925454. Grayscale: #989898. Windows color (decimal): -9589845 or 11250541. OLE color: 11250541.
HSL color Cylindrical-coordinate representation of color #6DABAB: hue angle of 180º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DABAB is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 171 | - |
| CMYK | 0.36 | 0 | 0 | 0.33 |
| HSL | 180º | 0.27% | 0.55% | - |
| HSV(B) | 180º | 0.36% | 0.67% | - |
| XYZ | 28.22 | 35.32 | 43.86 | - |
| YUV | 152.46 | 138.46 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 171 | 0.36 | 0 | 0 | 0.33 | 180 | 0.27 | 0.55 |
| Hex | 6D | AB | AB | 24 | 0 | 0 | 21 | B4 | 1B | 37 |
| Octal | 155 | 253 | 253 | 44 | 0 | 0 | 41 | 264 | 33 | 67 |
| Binary | 1101101 | 10101011 | 10101011 | 100100 | 0 | 0 | 100001 | 10110100 | 11011 | 110111 |
Color Harmonies of #6DABAB
Complementary color
Monochromatic Colors of #6DABAB
Black with #6DABAB
Text Example
Text Example
White with #6DABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABAB; }
p { color: rgb(109,171,171); }
H1.HeaderClassName
{
color: #6DABAB;
}
.AnyTagClassName
{
color: #6DABAB;
}
</style>
background-color css
<style>
a { background-color: #6DABAB; }
a { background-color: rgb(109,171,171); }
div.DivClassName
{
background-color: #6DABAB;
}
.BgClassName
{
background-color: #6DABAB;
}
</style>
border-color css
<style>
span { border-color: #6DABAB; }
span { border-color: rgb(109,171,171); }
td.TdClassName
{
border-color: #6DABAB;
}
.TagClassName
{
border-color: #6DABAB;
}
</style>