#6ABEAE

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

Shades of Gulf Stream #6ABEAE

Tints of Gulf Stream #6ABEAE

Color information

#6ABEAE (or 0x6ABEAE) is unknown color: approx Gulf Stream. HEX triplet: 6A, BE and AE. RGB value is (106,190,174). Sum of RGB (Red+Green+Blue) = 106+190+174=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABEAE is #954151. Grayscale: #A3A3A3. Windows color (decimal): -9781586 or 11452010. OLE color: 11452010.

HSL color Cylindrical-coordinate representation of color #6ABEAE: hue angle of 168.57º 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 #6ABEAE is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB106190174-
CMYK0.4400.080.25
HSL168.57º39.25%58.04%-
HSV(B)168.57º44.21%74.51%-
XYZ3242.9546.65-
YUV163.06134.1787.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.55%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=22.55%
G=40.43%
B=37.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061901740.4400.080.25168.5739.2558.04
Hex6ABEAE2C0819a9273a
Octal15227625654010312514772
Binary11010101011111010101110101100010001100110101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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