#6CBBAB

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

Shades of Gulf Stream #6CBBAB

Tints of Gulf Stream #6CBBAB

Color information

#6CBBAB (or 0x6CBBAB) is unknown color: approx Gulf Stream. HEX triplet: 6C, BB and AB. RGB value is (108,187,171). Sum of RGB (Red+Green+Blue) = 108+187+171=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBBAB is #934454. Grayscale: #A1A1A1. Windows color (decimal): -9651285 or 11254636. OLE color: 11254636.

HSL color Cylindrical-coordinate representation of color #6CBBAB: hue angle of 167.85º 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 #6CBBAB is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB108187171-
CMYK0.4200.090.27
HSL167.85º36.74%57.84%-
HSV(B)167.85º42.25%73.33%-
XYZ31.3141.6744.92-
YUV161.55133.3389.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.18%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=23.18%
G=40.13%
B=36.70%

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
Decimal1081871710.4200.090.27167.8536.7457.84
Hex6CBBAB2A091Ba8253a
Octal15427325352011332504572
Binary11011001011101110101011101010010011101110101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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