#6EBDB0

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

Shades of Gulf Stream #6EBDB0

Tints of Gulf Stream #6EBDB0

Color information

#6EBDB0 (or 0x6EBDB0) is unknown color: approx Gulf Stream. HEX triplet: 6E, BD and B0. RGB value is (110,189,176). Sum of RGB (Red+Green+Blue) = 110+189+176=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDB0 is #91424F. Grayscale: #A3A3A3. Windows color (decimal): -9519696 or 11582830. OLE color: 11582830.

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

Color convert

RGB110189176-
CMYK0.4200.070.26
HSL170.13º37.44%58.63%-
HSV(B)170.13º41.8%74.12%-
XYZ32.4642.8447.63-
YUV163.9134.8389.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.16%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=23.16%
G=39.79%
B=37.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101891760.4200.070.26170.1337.4458.63
Hex6EBDB02A071Aaa253b
Octal1562752605207322524573
Binary1101110101111011011000010101001111101010101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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