#6ABEAA

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

Shades of Gulf Stream #6ABEAA

Tints of Gulf Stream #6ABEAA

Color information

#6ABEAA (or 0x6ABEAA) is unknown color: approx Gulf Stream. HEX triplet: 6A, BE and AA. RGB value is (106,190,170). Sum of RGB (Red+Green+Blue) = 106+190+170=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABEAA is #954155. Grayscale: #A2A2A2. Windows color (decimal): -9781590 or 11189866. OLE color: 11189866.

HSL color Cylindrical-coordinate representation of color #6ABEAA: hue angle of 165.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABEAA is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB106190170-
CMYK0.4400.110.25
HSL165.71º39.25%58.04%-
HSV(B)165.71º44.21%74.51%-
XYZ31.6142.7944.62-
YUV162.6132.1787.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.75%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=22.75%
G=40.77%
B=36.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061901700.4400.110.25165.7139.2558.04
Hex6ABEAA2C0B19a6273a
Octal15227625254013312464772
Binary11010101011111010101010101100010111100110100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,190,170); }

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

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

 a { background-color: rgb(106,190,170); }

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

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

 span { border-color: rgb(106,190,170); }

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