#6DBCAC

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

Shades of Gulf Stream #6DBCAC

Tints of Gulf Stream #6DBCAC

Color information

#6DBCAC (or 0x6DBCAC) is unknown color: approx Gulf Stream. HEX triplet: 6D, BC and AC. RGB value is (109,188,172). Sum of RGB (Red+Green+Blue) = 109+188+172=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCAC is #924353. Grayscale: #A2A2A2. Windows color (decimal): -9585492 or 11320429. OLE color: 11320429.

HSL color Cylindrical-coordinate representation of color #6DBCAC: hue angle of 167.85º 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 #6DBCAC is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB109188172-
CMYK0.4200.090.26
HSL167.85º37.09%58.24%-
HSV(B)167.85º42.02%73.73%-
XYZ31.7442.245.5-
YUV162.56133.3389.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.24%
GREEN value IS 188 (73.83% from 255) = 40.09%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=23.24%
G=40.09%
B=36.67%

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
Decimal1091881720.4200.090.26167.8537.0958.24
Hex6DBCAC2A091Aa8253a
Octal15527425452011322504572
Binary11011011011110010101100101010010011101010101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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