#6FB4A1

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

Shades of Gulf Stream #6FB4A1

Tints of Gulf Stream #6FB4A1

Color information

#6FB4A1 (or 0x6FB4A1) is unknown color: approx Gulf Stream. HEX triplet: 6F, B4 and A1. RGB value is (111,180,161). Sum of RGB (Red+Green+Blue) = 111+180+161=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB4A1 is #904B5E. Grayscale: #9D9D9D. Windows color (decimal): -9456479 or 10597487. OLE color: 10597487.

HSL color Cylindrical-coordinate representation of color #6FB4A1: hue angle of 163.48º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB4A1 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB111180161-
CMYK0.3800.110.29
HSL163.48º31.51%57.06%-
HSV(B)163.48º38.33%70.59%-
XYZ29.3138.639.62-
YUV157.2130.1495.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.56%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 161 (63.28% from 255) = 35.62%
R=24.56%
G=39.82%
B=35.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801610.3800.110.29163.4831.5157.06
Hex6FB4A1260B1Da32039
Octal15726424146013352434071
Binary11011111011010010100001100110010111110110100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,180,161); }

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

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

 a { background-color: rgb(111,180,161); }

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

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

 span { border-color: rgb(111,180,161); }

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