#6BBCAC

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

Shades of Gulf Stream #6BBCAC

Tints of Gulf Stream #6BBCAC

Color information

#6BBCAC (or 0x6BBCAC) is unknown color: approx Gulf Stream. HEX triplet: 6B, BC and AC. RGB value is (107,188,172). Sum of RGB (Red+Green+Blue) = 107+188+172=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBCAC is #944353. Grayscale: #A1A1A1. Windows color (decimal): -9716564 or 11320427. OLE color: 11320427.

HSL color Cylindrical-coordinate representation of color #6BBCAC: hue angle of 168.15º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBCAC is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB107188172-
CMYK0.4300.090.26
HSL168.15º37.67%57.84%-
HSV(B)168.15º43.09%73.73%-
XYZ31.4942.0745.49-
YUV161.96133.6688.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.91%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=22.91%
G=40.26%
B=36.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071881720.4300.090.26168.1537.6757.84
Hex6BBCAC2B091Aa8263a
Octal15327425453011322504672
Binary11010111011110010101100101011010011101010101000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,188,172); }

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

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

 a { background-color: rgb(107,188,172); }

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

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

 span { border-color: rgb(107,188,172); }

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