#6AB9A5

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

Shades of Gulf Stream #6AB9A5

Tints of Gulf Stream #6AB9A5

Color information

#6AB9A5 (or 0x6AB9A5) is unknown color: approx Gulf Stream. HEX triplet: 6A, B9 and A5. RGB value is (106,185,165). Sum of RGB (Red+Green+Blue) = 106+185+165=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB9A5 is #95465A. Grayscale: #9F9F9F. Windows color (decimal): -9782875 or 10860906. OLE color: 10860906.

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

Color convert

RGB106185165-
CMYK0.4300.110.27
HSL164.81º36.07%57.06%-
HSV(B)164.81º42.7%72.55%-
XYZ30.0840.4841.82-
YUV159.1131.3390.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.25%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=23.25%
G=40.57%
B=36.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061851650.4300.110.27164.8136.0757.06
Hex6AB9A52B0B1Ba52439
Octal15227124553013332454471
Binary11010101011100110100101101011010111101110100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,185,165); }

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

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

 a { background-color: rgb(106,185,165); }

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

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

 span { border-color: rgb(106,185,165); }

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