#6FBDAD

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

Shades of Gulf Stream #6FBDAD

Tints of Gulf Stream #6FBDAD

Color information

#6FBDAD (or 0x6FBDAD) is unknown color: approx Gulf Stream. HEX triplet: 6F, BD and AD. RGB value is (111,189,173). Sum of RGB (Red+Green+Blue) = 111+189+173=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDAD is #904252. Grayscale: #A3A3A3. Windows color (decimal): -9454163 or 11386223. OLE color: 11386223.

HSL color Cylindrical-coordinate representation of color #6FBDAD: hue angle of 167.69º degrees, saturation: 0.37, 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 #6FBDAD is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB111189173-
CMYK0.4100.080.26
HSL167.69º37.14%58.82%-
HSV(B)167.69º41.27%74.12%-
XYZ32.342.7946.09-
YUV163.85133.1690.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.47%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=23.47%
G=39.96%
B=36.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111891730.4100.080.26167.6937.1458.82
Hex6FBDAD29081Aa8253b
Octal15727525551010322504573
Binary11011111011110110101101101001010001101010101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,189,173); }

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

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

 a { background-color: rgb(111,189,173); }

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

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

 span { border-color: rgb(111,189,173); }

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