#6FB8AB

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

Shades of Gulf Stream #6FB8AB

Tints of Gulf Stream #6FB8AB

Color information

#6FB8AB (or 0x6FB8AB) is unknown color: approx Gulf Stream. HEX triplet: 6F, B8 and AB. RGB value is (111,184,171). Sum of RGB (Red+Green+Blue) = 111+184+171=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB8AB is #904754. Grayscale: #A0A0A0. Windows color (decimal): -9455445 or 11253871. OLE color: 11253871.

HSL color Cylindrical-coordinate representation of color #6FB8AB: hue angle of 169.32º 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 #6FB8AB is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB111184171-
CMYK0.4000.070.28
HSL169.32º33.95%57.84%-
HSV(B)169.32º39.67%72.16%-
XYZ31.0540.644.73-
YUV160.69133.8292.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.82%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=23.82%
G=39.48%
B=36.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111841710.4000.070.28169.3233.9557.84
Hex6FB8AB28071Ca9223a
Octal1572702535007342514272
Binary1101111101110001010101110100001111110010101001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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