#6EBEAB

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

Shades of Gulf Stream #6EBEAB

Tints of Gulf Stream #6EBEAB

Color information

#6EBEAB (or 0x6EBEAB) is unknown color: approx Gulf Stream. HEX triplet: 6E, BE and AB. RGB value is (110,190,171). Sum of RGB (Red+Green+Blue) = 110+190+171=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBEAB is #914154. Grayscale: #A3A3A3. Windows color (decimal): -9519445 or 11255406. OLE color: 11255406.

HSL color Cylindrical-coordinate representation of color #6EBEAB: hue angle of 165.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBEAB is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB110190171-
CMYK0.4200.100.25
HSL165.75º38.1%58.82%-
HSV(B)165.75º42.11%74.51%-
XYZ32.1943.0845.15-
YUV163.9113289.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.35%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=23.35%
G=40.34%
B=36.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101901710.4200.100.25165.7538.158.82
Hex6EBEAB2A0A19a6263b
Octal15627625352012312464673
Binary11011101011111010101011101010010101100110100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,190,171); }

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

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

 a { background-color: rgb(110,190,171); }

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

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

 span { border-color: rgb(110,190,171); }

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