#6FB8A4

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

Shades of Gulf Stream #6FB8A4

Tints of Gulf Stream #6FB8A4

Color information

#6FB8A4 (or 0x6FB8A4) is unknown color: approx Gulf Stream. HEX triplet: 6F, B8 and A4. RGB value is (111,184,164). Sum of RGB (Red+Green+Blue) = 111+184+164=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB8A4 is #90475B. Grayscale: #9F9F9F. Windows color (decimal): -9455452 or 10795119. OLE color: 10795119.

HSL color Cylindrical-coordinate representation of color #6FB8A4: hue angle of 163.56º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB8A4 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB111184164-
CMYK0.4000.110.28
HSL163.56º33.95%57.84%-
HSV(B)163.56º39.67%72.16%-
XYZ30.440.3441.31-
YUV159.89130.3293.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.18%
GREEN value IS 184 (72.27% from 255) = 40.09%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=24.18%
G=40.09%
B=35.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111841640.4000.110.28163.5633.9557.84
Hex6FB8A4280B1Ca4223a
Octal15727024450013342444272
Binary11011111011100010100100101000010111110010100100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,184,164); }

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

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

 a { background-color: rgb(111,184,164); }

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

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

 span { border-color: rgb(111,184,164); }

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