#6DBCAD

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

Shades of Gulf Stream #6DBCAD

Tints of Gulf Stream #6DBCAD

Color information

#6DBCAD (or 0x6DBCAD) is unknown color: approx Gulf Stream. HEX triplet: 6D, BC and AD. RGB value is (109,188,173). Sum of RGB (Red+Green+Blue) = 109+188+173=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCAD is #924352. Grayscale: #A2A2A2. Windows color (decimal): -9585491 or 11385965. OLE color: 11385965.

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

Color convert

RGB109188173-
CMYK0.4200.080.26
HSL168.61º37.09%58.24%-
HSV(B)168.61º42.02%73.73%-
XYZ31.8342.2346.01-
YUV162.67133.8389.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.19%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=23.19%
G=40%
B=36.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091881730.4200.080.26168.6137.0958.24
Hex6DBCAD2A081Aa9253a
Octal15527425552010322514572
Binary11011011011110010101101101010010001101010101001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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