#6FBEAA

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

Shades of Gulf Stream #6FBEAA

Tints of Gulf Stream #6FBEAA

Color information

#6FBEAA (or 0x6FBEAA) is unknown color: approx Gulf Stream. HEX triplet: 6F, BE and AA. RGB value is (111,190,170). Sum of RGB (Red+Green+Blue) = 111+190+170=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEAA is #904155. Grayscale: #A4A4A4. Windows color (decimal): -9453910 or 11189871. OLE color: 11189871.

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

Color convert

RGB111190170-
CMYK0.4200.110.25
HSL164.81º37.8%59.02%-
HSV(B)164.81º41.58%74.51%-
XYZ32.2243.1144.65-
YUV164.1131.3390.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.57%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=23.57%
G=40.34%
B=36.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111901700.4200.110.25164.8137.859.02
Hex6FBEAA2A0B19a5263b
Octal15727625252013312454673
Binary11011111011111010101010101010010111100110100101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,190,170); }

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

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

 a { background-color: rgb(111,190,170); }

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

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

 span { border-color: rgb(111,190,170); }

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