#6EBDA8

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

Shades of Gulf Stream #6EBDA8

Tints of Gulf Stream #6EBDA8

Color information

#6EBDA8 (or 0x6EBDA8) is unknown color: approx Gulf Stream. HEX triplet: 6E, BD and A8. RGB value is (110,189,168). Sum of RGB (Red+Green+Blue) = 110+189+168=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDA8 is #914257. Grayscale: #A2A2A2. Windows color (decimal): -9519704 or 11058542. OLE color: 11058542.

HSL color Cylindrical-coordinate representation of color #6EBDA8: hue angle of 164.05º 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 #6EBDA8 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB110189168-
CMYK0.4200.110.26
HSL164.05º37.44%58.63%-
HSV(B)164.05º41.8%74.12%-
XYZ31.742.5443.59-
YUV162.99130.8390.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.55%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 168 (66.02% from 255) = 35.97%
R=23.55%
G=40.47%
B=35.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101891680.4200.110.26164.0537.4458.63
Hex6EBDA82A0B1Aa4253b
Octal15627525052013322444573
Binary11011101011110110101000101010010111101010100100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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