#6DBCAB

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

Shades of Gulf Stream #6DBCAB

Tints of Gulf Stream #6DBCAB

Color information

#6DBCAB (or 0x6DBCAB) is unknown color: approx Gulf Stream. HEX triplet: 6D, BC and AB. RGB value is (109,188,171). Sum of RGB (Red+Green+Blue) = 109+188+171=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCAB is #924354. Grayscale: #A2A2A2. Windows color (decimal): -9585493 or 11254893. OLE color: 11254893.

HSL color Cylindrical-coordinate representation of color #6DBCAB: hue angle of 167.09º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCAB is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB109188171-
CMYK0.4200.090.26
HSL167.09º37.09%58.24%-
HSV(B)167.09º42.02%73.73%-
XYZ31.6442.1645-
YUV162.44132.8389.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.29%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=23.29%
G=40.17%
B=36.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091881710.4200.090.26167.0937.0958.24
Hex6DBCAB2A091Aa7253a
Octal15527425352011322474572
Binary11011011011110010101011101010010011101010100111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,188,171); }

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

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

 a { background-color: rgb(109,188,171); }

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

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

 span { border-color: rgb(109,188,171); }

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