#6EBCB6

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

Shades of Gulf Stream #6EBCB6

Tints of Gulf Stream #6EBCB6

Color information

#6EBCB6 (or 0x6EBCB6) is unknown color: approx Gulf Stream. HEX triplet: 6E, BC and B6. RGB value is (110,188,182). Sum of RGB (Red+Green+Blue) = 110+188+182=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCB6 is #914349. Grayscale: #A3A3A3. Windows color (decimal): -9519946 or 11975790. OLE color: 11975790.

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

Color convert

RGB110188182-
CMYK0.4100.030.26
HSL175.38º36.79%58.43%-
HSV(B)175.38º41.49%73.73%-
XYZ32.8642.6650.76-
YUV163.99138.1689.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.92%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 182 (71.48% from 255) = 37.92%
R=22.92%
G=39.17%
B=37.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101881820.4100.030.26175.3836.7958.43
Hex6EBCB629031Aaf253a
Octal1562742665103322574572
Binary110111010111100101101101010010111101010101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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