#6CBFAB

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

Shades of Gulf Stream #6CBFAB

Tints of Gulf Stream #6CBFAB

Color information

#6CBFAB (or 0x6CBFAB) is unknown color: approx Gulf Stream. HEX triplet: 6C, BF and AB. RGB value is (108,191,171). Sum of RGB (Red+Green+Blue) = 108+191+171=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBFAB is #934054. Grayscale: #A3A3A3. Windows color (decimal): -9650261 or 11255660. OLE color: 11255660.

HSL color Cylindrical-coordinate representation of color #6CBFAB: hue angle of 165.54º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBFAB is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB108191171-
CMYK0.4300.100.25
HSL165.54º39.34%58.63%-
HSV(B)165.54º43.46%74.9%-
XYZ32.1743.3945.21-
YUV163.913288.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.98%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=22.98%
G=40.64%
B=36.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081911710.4300.100.25165.5439.3458.63
Hex6CBFAB2B0A19a6273b
Octal15427725353012312464773
Binary11011001011111110101011101011010101100110100110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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