#6DBBAD

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

Shades of Gulf Stream #6DBBAD

Tints of Gulf Stream #6DBBAD

Color information

#6DBBAD (or 0x6DBBAD) is unknown color: approx Gulf Stream. HEX triplet: 6D, BB and AD. RGB value is (109,187,173). Sum of RGB (Red+Green+Blue) = 109+187+173=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBBAD is #924452. Grayscale: #A2A2A2. Windows color (decimal): -9585747 or 11385709. OLE color: 11385709.

HSL color Cylindrical-coordinate representation of color #6DBBAD: hue angle of 169.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBBAD is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB109187173-
CMYK0.4200.070.27
HSL169.23º36.45%58.04%-
HSV(B)169.23º41.71%73.33%-
XYZ31.6241.8145.94-
YUV162.08134.1690.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.24%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=23.24%
G=39.87%
B=36.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091871730.4200.070.27169.2336.4558.04
Hex6DBBAD2A071Ba9243a
Octal1552732555207332514472
Binary1101101101110111010110110101001111101110101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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