#6EBCAE

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

Shades of Gulf Stream #6EBCAE

Tints of Gulf Stream #6EBCAE

Color information

#6EBCAE (or 0x6EBCAE) is unknown color: approx Gulf Stream. HEX triplet: 6E, BC and AE. RGB value is (110,188,174). Sum of RGB (Red+Green+Blue) = 110+188+174=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBCAE is #914351. Grayscale: #A3A3A3. Windows color (decimal): -9519954 or 11451502. OLE color: 11451502.

HSL color Cylindrical-coordinate representation of color #6EBCAE: hue angle of 169.23º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBCAE is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB110188174-
CMYK0.4100.070.26
HSL169.23º36.79%58.43%-
HSV(B)169.23º41.49%73.73%-
XYZ32.0542.3446.53-
YUV163.08134.1690.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.31%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=23.31%
G=39.83%
B=36.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101881740.4100.070.26169.2336.7958.43
Hex6EBCAE29071Aa9253a
Octal1562742565107322514572
Binary1101110101111001010111010100101111101010101001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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