#6FBEAB

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

Shades of Gulf Stream #6FBEAB

Tints of Gulf Stream #6FBEAB

Color information

#6FBEAB (or 0x6FBEAB) is unknown color: approx Gulf Stream. HEX triplet: 6F, BE and AB. RGB value is (111,190,171). Sum of RGB (Red+Green+Blue) = 111+190+171=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEAB is #904154. Grayscale: #A4A4A4. Windows color (decimal): -9453909 or 11255407. OLE color: 11255407.

HSL color Cylindrical-coordinate representation of color #6FBEAB: hue angle of 165.57º 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 #6FBEAB is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB111190171-
CMYK0.4200.100.25
HSL165.57º37.8%59.02%-
HSV(B)165.57º41.58%74.51%-
XYZ32.3243.1545.15-
YUV164.21131.8390.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.52%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=23.52%
G=40.25%
B=36.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111901710.4200.100.25165.5737.859.02
Hex6FBEAB2A0A19a6263b
Octal15727625352012312464673
Binary11011111011111010101011101010010101100110100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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