#6EBAAB

Color #6EBAAB Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #6EBAAB

Tints of Gulf Stream #6EBAAB

Color information

#6EBAAB (or 0x6EBAAB) is unknown color: approx Gulf Stream. HEX triplet: 6E, BA and AB. RGB value is (110,186,171). Sum of RGB (Red+Green+Blue) = 110+186+171=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBAAB is #914554. Grayscale: #A1A1A1. Windows color (decimal): -9520469 or 11254382. OLE color: 11254382.

HSL color Cylindrical-coordinate representation of color #6EBAAB: hue angle of 168.16º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBAAB is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB110186171-
CMYK0.4100.080.27
HSL168.16º35.51%58.04%-
HSV(B)168.16º40.86%72.94%-
XYZ31.3441.3744.86-
YUV161.57133.3291.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 23.55%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=23.55%
G=39.83%
B=36.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101861710.4100.080.27168.1635.5158.04
Hex6EBAAB29081Ba8243a
Octal15627225351010332504472
Binary11011101011101010101011101001010001101110101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EBAAB; }

 p { color: rgb(110,186,171); }

 H1.HeaderClassName
 {
   color: #6EBAAB;
 }
 .AnyTagClassName
 {
   color: #6EBAAB;
 }
</style>
background-color css

<style>
 a { background-color: #6EBAAB; }

 a { background-color: rgb(110,186,171); }

 div.DivClassName
 {
   background-color: #6EBAAB;
 }
 .BgClassName
 {
   background-color: #6EBAAB;
 }
</style>
border-color css

<style>
 span { border-color: #6EBAAB; }

 span { border-color: rgb(110,186,171); }

 td.TdClassName
 {
   border-color: #6EBAAB;
 }
 .TagClassName
 {
   border-color: #6EBAAB;
 }
</style>