#6EBBAD

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

Shades of Gulf Stream #6EBBAD

Tints of Gulf Stream #6EBBAD

Color information

#6EBBAD (or 0x6EBBAD) is unknown color: approx Gulf Stream. HEX triplet: 6E, BB and AD. RGB value is (110,187,173). Sum of RGB (Red+Green+Blue) = 110+187+173=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBBAD is #914452. Grayscale: #A2A2A2. Windows color (decimal): -9520211 or 11385710. OLE color: 11385710.

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

Color convert

RGB110187173-
CMYK0.4100.070.27
HSL169.09º36.15%58.24%-
HSV(B)169.09º41.18%73.33%-
XYZ31.7441.8745.94-
YUV162.38133.9990.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.40%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=23.40%
G=39.79%
B=36.81%

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
Decimal1101871730.4100.070.27169.0936.1558.24
Hex6EBBAD29071Ba9243a
Octal1562732555107332514472
Binary1101110101110111010110110100101111101110101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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