#6DBEAE

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

Shades of Gulf Stream #6DBEAE

Tints of Gulf Stream #6DBEAE

Color information

#6DBEAE (or 0x6DBEAE) is unknown color: approx Gulf Stream. HEX triplet: 6D, BE and AE. RGB value is (109,190,174). Sum of RGB (Red+Green+Blue) = 109+190+174=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBEAE is #924151. Grayscale: #A3A3A3. Windows color (decimal): -9584978 or 11452013. OLE color: 11452013.

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

Color convert

RGB109190174-
CMYK0.4300.080.25
HSL168.15º38.39%58.63%-
HSV(B)168.15º42.63%74.51%-
XYZ32.3643.1346.66-
YUV163.96133.6688.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.04%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=23.04%
G=40.17%
B=36.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091901740.4300.080.25168.1538.3958.63
Hex6DBEAE2B0819a8263b
Octal15527625653010312504673
Binary11011011011111010101110101011010001100110101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,190,174); }

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

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

 a { background-color: rgb(109,190,174); }

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

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

 span { border-color: rgb(109,190,174); }

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