#6EBDAD

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

Shades of Gulf Stream #6EBDAD

Tints of Gulf Stream #6EBDAD

Color information

#6EBDAD (or 0x6EBDAD) is unknown color: approx Gulf Stream. HEX triplet: 6E, BD and AD. RGB value is (110,189,173). Sum of RGB (Red+Green+Blue) = 110+189+173=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDAD is #914252. Grayscale: #A3A3A3. Windows color (decimal): -9519699 or 11386222. OLE color: 11386222.

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

Color convert

RGB110189173-
CMYK0.4200.080.26
HSL167.85º37.44%58.63%-
HSV(B)167.85º41.8%74.12%-
XYZ32.1742.7346.09-
YUV163.56133.3389.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.31%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=23.31%
G=40.04%
B=36.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101891730.4200.080.26167.8537.4458.63
Hex6EBDAD2A081Aa8253b
Octal15627525552010322504573
Binary11011101011110110101101101010010001101010101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,189,173); }

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

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

 a { background-color: rgb(110,189,173); }

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

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

 span { border-color: rgb(110,189,173); }

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