#6FBCAB

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

Shades of Gulf Stream #6FBCAB

Tints of Gulf Stream #6FBCAB

Color information

#6FBCAB (or 0x6FBCAB) is unknown color: approx Gulf Stream. HEX triplet: 6F, BC and AB. RGB value is (111,188,171). Sum of RGB (Red+Green+Blue) = 111+188+171=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCAB is #904354. Grayscale: #A3A3A3. Windows color (decimal): -9454421 or 11254895. OLE color: 11254895.

HSL color Cylindrical-coordinate representation of color #6FBCAB: hue angle of 166.75º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBCAB is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB111188171-
CMYK0.4100.090.26
HSL166.75º36.49%58.63%-
HSV(B)166.75º40.96%73.73%-
XYZ31.8942.2945.01-
YUV163.04132.4990.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.62%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=23.62%
G=40%
B=36.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111881710.4100.090.26166.7536.4958.63
Hex6FBCAB29091Aa7243b
Octal15727425351011322474473
Binary11011111011110010101011101001010011101010100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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