Html Css Color HEX #6ABAAA Gulf Stream

📋 copy color: '#6ABAAA'

red 106 ◦ green 186 ◦ blue 170

#6ABAAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #6ABAAA

Tints of Gulf Stream #6ABAAA

RGB

 RED value IS 106 (41.8% from 255) = 22.94%

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 22.94%
G = 40.26%
B = 36.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#6ABAAA (or 0x6ABAAA) is known color: Gulf Stream. HEX triplet: 6A, BA and AA. RGB value is (106,186,170). Sum of RGB (Red+Green+Blue) = 106+186+170=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABAAA is #954555. Grayscale: #A0A0A0. Windows color (decimal): -9782614 or 11188842. OLE color: 11188842.

HSL color Cylindrical-coordinate representation of color #6ABAAA: hue angle of 168º degrees, saturation: 0.37, 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 #6ABAAA is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 186 170 -
CMYK 0.43 0 0.09 0.27
HSL 168º 0.37% 0.57% -
HSV(B) 168º 0.43% 0.73% -
XYZ 30.76 41.08 44.34 -
YUV 160.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 106 186 170 0.43 0 0.09 0.27 168 0.37 0.57
Hex 6A BA AA 2B 0 9 1B A8 25 39
Octal 152 272 252 53 0 11 33 250 45 71
Binary 1101010 10111010 10101010 101011 0 1001 11011 10101000 100101 111001

Color Harmonies of #6ABAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABAAA

Black with #6ABAAA

Text Example


Text Example

White with #6ABAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ABAAA;
 }
 .AnyTagClassName
 {
   color: #6ABAAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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