#6DBFAA

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

Shades of Gulf Stream #6DBFAA

Tints of Gulf Stream #6DBFAA

Color information

#6DBFAA (or 0x6DBFAA) is unknown color: approx Gulf Stream. HEX triplet: 6D, BF and AA. RGB value is (109,191,170). Sum of RGB (Red+Green+Blue) = 109+191+170=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBFAA is #924055. Grayscale: #A4A4A4. Windows color (decimal): -9584726 or 11190125. OLE color: 11190125.

HSL color Cylindrical-coordinate representation of color #6DBFAA: hue angle of 164.63º degrees, saturation: 0.39, 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 #6DBFAA is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB109191170-
CMYK0.4300.110.25
HSL164.63º39.05%58.82%-
HSV(B)164.63º42.93%74.9%-
XYZ32.1943.4244.71-
YUV164.09131.3388.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.19%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=23.19%
G=40.64%
B=36.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091911700.4300.110.25164.6339.0558.82
Hex6DBFAA2B0B19a5273b
Octal15527725253013312454773
Binary11011011011111110101010101011010111100110100101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,191,170); }

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

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

 a { background-color: rgb(109,191,170); }

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

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

 span { border-color: rgb(109,191,170); }

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