#6EBCA8

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

Shades of Gulf Stream #6EBCA8

Tints of Gulf Stream #6EBCA8

Color information

#6EBCA8 (or 0x6EBCA8) is unknown color: approx Gulf Stream. HEX triplet: 6E, BC and A8. RGB value is (110,188,168). Sum of RGB (Red+Green+Blue) = 110+188+168=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBCA8 is #914357. Grayscale: #A2A2A2. Windows color (decimal): -9519960 or 11058286. OLE color: 11058286.

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

Color convert

RGB110188168-
CMYK0.4100.110.26
HSL164.62º36.79%58.43%-
HSV(B)164.62º41.49%73.73%-
XYZ31.4842.1143.51-
YUV162.4131.1690.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.61%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 168 (66.02% from 255) = 36.05%
R=23.61%
G=40.34%
B=36.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101881680.4100.110.26164.6236.7958.43
Hex6EBCA8290B1Aa5253a
Octal15627425051013322454572
Binary11011101011110010101000101001010111101010100101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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