#6EBBB4

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

Shades of Gulf Stream #6EBBB4

Tints of Gulf Stream #6EBBB4

Color information

#6EBBB4 (or 0x6EBBB4) is unknown color: approx Gulf Stream. HEX triplet: 6E, BB and B4. RGB value is (110,187,180). Sum of RGB (Red+Green+Blue) = 110+187+180=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #6EBBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBB4 is #91444B. Grayscale: #A3A3A3. Windows color (decimal): -9520204 or 11844462. OLE color: 11844462.

HSL color Cylindrical-coordinate representation of color #6EBBB4: hue angle of 174.55º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBBB4 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB110187180-
CMYK0.4100.040.27
HSL174.55º36.15%58.24%-
HSV(B)174.55º41.18%73.33%-
XYZ32.4442.1549.61-
YUV163.18137.4990.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.06%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=23.06%
G=39.20%
B=37.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101871800.4100.040.27174.5536.1558.24
Hex6EBBB429041Baf243a
Octal1562732645104332574472
Binary1101110101110111011010010100101001101110101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,187,180); }

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

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

 a { background-color: rgb(110,187,180); }

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

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

 span { border-color: rgb(110,187,180); }

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