#6BBEAD

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

Shades of Gulf Stream #6BBEAD

Tints of Gulf Stream #6BBEAD

Color information

#6BBEAD (or 0x6BBEAD) is unknown color: approx Gulf Stream. HEX triplet: 6B, BE and AD. RGB value is (107,190,173). Sum of RGB (Red+Green+Blue) = 107+190+173=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEAD is #944152. Grayscale: #A3A3A3. Windows color (decimal): -9716051 or 11386475. OLE color: 11386475.

HSL color Cylindrical-coordinate representation of color #6BBEAD: hue angle of 167.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBEAD is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB107190173-
CMYK0.4400.090.25
HSL167.71º38.97%58.24%-
HSV(B)167.71º43.68%74.51%-
XYZ32.0242.9746.14-
YUV163.24133.587.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.77%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=22.77%
G=40.43%
B=36.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071901730.4400.090.25167.7138.9758.24
Hex6BBEAD2C0919a8273a
Octal15327625554011312504772
Binary11010111011111010101101101100010011100110101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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