#6EB7AF

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

Shades of Gulf Stream #6EB7AF

Tints of Gulf Stream #6EB7AF

Color information

#6EB7AF (or 0x6EB7AF) is unknown color: approx Gulf Stream. HEX triplet: 6E, B7 and AF. RGB value is (110,183,175). Sum of RGB (Red+Green+Blue) = 110+183+175=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB7AF is #914850. Grayscale: #A0A0A0. Windows color (decimal): -9521233 or 11515758. OLE color: 11515758.

HSL color Cylindrical-coordinate representation of color #6EB7AF: hue angle of 173.42º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB7AF is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB110183175-
CMYK0.4000.040.28
HSL173.42º33.64%57.45%-
HSV(B)173.42º39.89%71.76%-
XYZ31.140.2846.69-
YUV160.26136.3292.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.50%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=23.50%
G=39.10%
B=37.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1101831750.4000.040.28173.4233.6457.45
Hex6EB7AF28041Cad2239
Octal1562672575004342554271
Binary1101110101101111010111110100001001110010101101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,183,175); }

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

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

 a { background-color: rgb(110,183,175); }

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

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

 span { border-color: rgb(110,183,175); }

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