#6FBBA8

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

Shades of Gulf Stream #6FBBA8

Tints of Gulf Stream #6FBBA8

Color information

#6FBBA8 (or 0x6FBBA8) is unknown color: approx Gulf Stream. HEX triplet: 6F, BB and A8. RGB value is (111,187,168). Sum of RGB (Red+Green+Blue) = 111+187+168=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBA8 is #904457. Grayscale: #A2A2A2. Windows color (decimal): -9454680 or 11058031. OLE color: 11058031.

HSL color Cylindrical-coordinate representation of color #6FBBA8: hue angle of 165º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBBA8 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB111187168-
CMYK0.4100.100.27
HSL165º35.85%58.43%-
HSV(B)165º40.64%73.33%-
XYZ31.3941.7543.45-
YUV162.11131.3291.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.82%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 168 (66.02% from 255) = 36.05%
R=23.82%
G=40.13%
B=36.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871680.4100.100.2716535.8558.43
Hex6FBBA8290A1Ba5243a
Octal15727325051012332454472
Binary11011111011101110101000101001010101101110100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,187,168); }

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

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

 a { background-color: rgb(111,187,168); }

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

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

 span { border-color: rgb(111,187,168); }

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