#6EB5A6

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

Shades of Gulf Stream #6EB5A6

Tints of Gulf Stream #6EB5A6

Color information

#6EB5A6 (or 0x6EB5A6) is unknown color: approx Gulf Stream. HEX triplet: 6E, B5 and A6. RGB value is (110,181,166). Sum of RGB (Red+Green+Blue) = 110+181+166=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #6EB5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB5A6 is #914A59. Grayscale: #9E9E9E. Windows color (decimal): -9521754 or 10925422. OLE color: 10925422.

HSL color Cylindrical-coordinate representation of color #6EB5A6: hue angle of 167.32º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB5A6 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB110181166-
CMYK0.3900.080.29
HSL167.32º32.42%57.06%-
HSV(B)167.32º39.23%70.98%-
XYZ29.8439.1242.05-
YUV158.06132.4893.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.07%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 166 (65.23% from 255) = 36.32%
R=24.07%
G=39.61%
B=36.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101811660.3900.080.29167.3232.4257.06
Hex6EB5A627081Da72039
Octal15626524647010352474071
Binary11011101011010110100110100111010001110110100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,181,166); }

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

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

 a { background-color: rgb(110,181,166); }

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

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

 span { border-color: rgb(110,181,166); }

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