Shades of Gulf Stream #6BBEAD
Tints of Gulf Stream #6BBEAD
RGB
CMYK
RGB Variations
Color information
#6BBEAD (or 0x6BBEAD) is known color: Gulf Stream. HEX triplet: 6B, BE and AD. RGB value is (107,190,173). Sum of RGB (Red+Green+Blue) = 107+190+173=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEAD is #944152. Grayscale: #A3A3A3. Windows color (decimal): -9716051 or 11386475. OLE color: 11386475.
HSL color Cylindrical-coordinate representation of color #6BBEAD: hue angle of 167.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBEAD is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 190 | 173 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.25 |
| HSL | 167.71º | 0.39% | 0.58% | - |
| HSV(B) | 167.71º | 0.44% | 0.75% | - |
| XYZ | 32.02 | 42.97 | 46.14 | - |
| YUV | 163.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 173 | 0.44 | 0 | 0.09 | 0.25 | 167.71 | 0.39 | 0.58 |
| Hex | 6B | BE | AD | 2C | 0 | 9 | 19 | A8 | 27 | 3A |
| Octal | 153 | 276 | 255 | 54 | 0 | 11 | 31 | 250 | 47 | 72 |
| Binary | 1101011 | 10111110 | 10101101 | 101100 | 0 | 1001 | 11001 | 10101000 | 100111 | 111010 |
Color Harmonies of #6BBEAD
Complementary color
Monochromatic Colors of #6BBEAD
Black with #6BBEAD
Text Example
Text Example
White with #6BBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBEAD; }
p { color: rgb(107,190,173); }
H1.HeaderClassName
{
color: #6BBEAD;
}
.AnyTagClassName
{
color: #6BBEAD;
}
</style>
background-color css
<style>
a { background-color: #6BBEAD; }
a { background-color: rgb(107,190,173); }
div.DivClassName
{
background-color: #6BBEAD;
}
.BgClassName
{
background-color: #6BBEAD;
}
</style>
border-color css
<style>
span { border-color: #6BBEAD; }
span { border-color: rgb(107,190,173); }
td.TdClassName
{
border-color: #6BBEAD;
}
.TagClassName
{
border-color: #6BBEAD;
}
</style>