#6CBCAB

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

Shades of Gulf Stream #6CBCAB

Tints of Gulf Stream #6CBCAB

Color information

#6CBCAB (or 0x6CBCAB) is unknown color: approx Gulf Stream. HEX triplet: 6C, BC and AB. RGB value is (108,188,171). Sum of RGB (Red+Green+Blue) = 108+188+171=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCAB is #934354. Grayscale: #A2A2A2. Windows color (decimal): -9651029 or 11254892. OLE color: 11254892.

HSL color Cylindrical-coordinate representation of color #6CBCAB: hue angle of 167.25º degrees, saturation: 0.37, 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 #6CBCAB is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB108188171-
CMYK0.4300.090.26
HSL167.25º37.38%58.04%-
HSV(B)167.25º42.55%73.73%-
XYZ31.5242.0944.99-
YUV162.1413389.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.13%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=23.13%
G=40.26%
B=36.62%

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
Decimal1081881710.4300.090.26167.2537.3858.04
Hex6CBCAB2B091Aa7253a
Octal15427425353011322474572
Binary11011001011110010101011101011010011101010100111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,188,171); }

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

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

 a { background-color: rgb(108,188,171); }

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

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

 span { border-color: rgb(108,188,171); }

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