#6DB5A5

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

Shades of Gulf Stream #6DB5A5

Tints of Gulf Stream #6DB5A5

Color information

#6DB5A5 (or 0x6DB5A5) is unknown color: approx Gulf Stream. HEX triplet: 6D, B5 and A5. RGB value is (109,181,165). Sum of RGB (Red+Green+Blue) = 109+181+165=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB5A5 is #924A5A. Grayscale: #9D9D9D. Windows color (decimal): -9587291 or 10859885. OLE color: 10859885.

HSL color Cylindrical-coordinate representation of color #6DB5A5: hue angle of 166.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB5A5 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB109181165-
CMYK0.4000.090.29
HSL166.67º32.73%56.86%-
HSV(B)166.67º39.78%70.98%-
XYZ29.6239.0241.57-
YUV157.65132.1593.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.96%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=23.96%
G=39.78%
B=36.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091811650.4000.090.29166.6732.7356.86
Hex6DB5A528091Da72139
Octal15526524550011352474171
Binary11011011011010110100101101000010011110110100111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,181,165); }

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

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

 a { background-color: rgb(109,181,165); }

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

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

 span { border-color: rgb(109,181,165); }

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