#6EBBAE

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

Shades of Gulf Stream #6EBBAE

Tints of Gulf Stream #6EBBAE

Color information

#6EBBAE (or 0x6EBBAE) is unknown color: approx Gulf Stream. HEX triplet: 6E, BB and AE. RGB value is (110,187,174). Sum of RGB (Red+Green+Blue) = 110+187+174=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBBAE is #914451. Grayscale: #A2A2A2. Windows color (decimal): -9520210 or 11451246. OLE color: 11451246.

HSL color Cylindrical-coordinate representation of color #6EBBAE: hue angle of 169.87º 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 #6EBBAE is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB110187174-
CMYK0.4100.070.27
HSL169.87º36.15%58.24%-
HSV(B)169.87º41.18%73.33%-
XYZ31.8441.9146.46-
YUV162.5134.4990.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.35%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=23.35%
G=39.70%
B=36.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101871740.4100.070.27169.8736.1558.24
Hex6EBBAE29071Baa243a
Octal1562732565107332524472
Binary1101110101110111010111010100101111101110101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,187,174); }

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

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

 a { background-color: rgb(110,187,174); }

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

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

 span { border-color: rgb(110,187,174); }

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