#6DBEAD

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

Shades of Gulf Stream #6DBEAD

Tints of Gulf Stream #6DBEAD

Color information

#6DBEAD (or 0x6DBEAD) is unknown color: approx Gulf Stream. HEX triplet: 6D, BE and AD. RGB value is (109,190,173). Sum of RGB (Red+Green+Blue) = 109+190+173=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBEAD is #924152. Grayscale: #A3A3A3. Windows color (decimal): -9584979 or 11386477. OLE color: 11386477.

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

Color convert

RGB109190173-
CMYK0.4300.090.25
HSL167.41º38.39%58.63%-
HSV(B)167.41º42.63%74.51%-
XYZ32.2643.146.15-
YUV163.84133.1688.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.09%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=23.09%
G=40.25%
B=36.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091901730.4300.090.25167.4138.3958.63
Hex6DBEAD2B0919a7263b
Octal15527625553011312474673
Binary11011011011111010101101101011010011100110100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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