#6BBEAE

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

Shades of Gulf Stream #6BBEAE

Tints of Gulf Stream #6BBEAE

Color information

#6BBEAE (or 0x6BBEAE) is unknown color: approx Gulf Stream. HEX triplet: 6B, BE and AE. RGB value is (107,190,174). Sum of RGB (Red+Green+Blue) = 107+190+174=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEAE is #944151. Grayscale: #A3A3A3. Windows color (decimal): -9716050 or 11452011. OLE color: 11452011.

HSL color Cylindrical-coordinate representation of color #6BBEAE: hue angle of 168.43º 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 #6BBEAE is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB107190174-
CMYK0.4400.080.25
HSL168.43º38.97%58.24%-
HSV(B)168.43º43.68%74.51%-
XYZ32.1243.0146.65-
YUV163.3613487.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.72%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=22.72%
G=40.34%
B=36.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071901740.4400.080.25168.4338.9758.24
Hex6BBEAE2C0819a8273a
Octal15327625654010312504772
Binary11010111011111010101110101100010001100110101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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