#6BBFAC

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

Shades of Gulf Stream #6BBFAC

Tints of Gulf Stream #6BBFAC

Color information

#6BBFAC (or 0x6BBFAC) is unknown color: approx Gulf Stream. HEX triplet: 6B, BF and AC. RGB value is (107,191,172). Sum of RGB (Red+Green+Blue) = 107+191+172=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #6BBFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBFAC is #944053. Grayscale: #A3A3A3. Windows color (decimal): -9715796 or 11321195. OLE color: 11321195.

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

Color convert

RGB107191172-
CMYK0.4400.100.25
HSL166.43º39.62%58.43%-
HSV(B)166.43º43.98%74.9%-
XYZ32.1443.3745.71-
YUV163.72132.6787.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.77%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=22.77%
G=40.64%
B=36.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071911720.4400.100.25166.4339.6258.43
Hex6BBFAC2C0A19a6283a
Octal15327725454012312465072
Binary11010111011111110101100101100010101100110100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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