#6EBCA5

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

Shades of Gulf Stream #6EBCA5

Tints of Gulf Stream #6EBCA5

Color information

#6EBCA5 (or 0x6EBCA5) is unknown color: approx Gulf Stream. HEX triplet: 6E, BC and A5. RGB value is (110,188,165). Sum of RGB (Red+Green+Blue) = 110+188+165=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBCA5 is #91435A. Grayscale: #A2A2A2. Windows color (decimal): -9519963 or 10861678. OLE color: 10861678.

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

Color convert

RGB110188165-
CMYK0.4100.120.26
HSL162.31º36.79%58.43%-
HSV(B)162.31º41.49%73.73%-
XYZ31.214242.06-
YUV162.06129.6690.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.76%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 165 (64.84% from 255) = 35.64%
R=23.76%
G=40.60%
B=35.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101881650.4100.120.26162.3136.7958.43
Hex6EBCA5290C1Aa2253a
Octal15627424551014322424572
Binary11011101011110010100101101001011001101010100010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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