#6CBBAA

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

Shades of Gulf Stream #6CBBAA

Tints of Gulf Stream #6CBBAA

Color information

#6CBBAA (or 0x6CBBAA) is unknown color: approx Gulf Stream. HEX triplet: 6C, BB and AA. RGB value is (108,187,170). Sum of RGB (Red+Green+Blue) = 108+187+170=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBBAA is #934455. Grayscale: #A1A1A1. Windows color (decimal): -9651286 or 11189100. OLE color: 11189100.

HSL color Cylindrical-coordinate representation of color #6CBBAA: hue angle of 167.09º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBBAA is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB108187170-
CMYK0.4200.090.27
HSL167.09º36.74%57.84%-
HSV(B)167.09º42.25%73.33%-
XYZ31.2141.6344.42-
YUV161.44132.8389.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.23%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=23.23%
G=40.22%
B=36.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081871700.4200.090.27167.0936.7457.84
Hex6CBBAA2A091Ba7253a
Octal15427325252011332474572
Binary11011001011101110101010101010010011101110100111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,187,170); }

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

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

 a { background-color: rgb(108,187,170); }

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

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

 span { border-color: rgb(108,187,170); }

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